You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a current problem? Please describe.
Currently IPython is listed as a dependency, but only a single method is used. IPython adds a lot of transitive dependencies, some of which vary by platform (mac vs linux) which makes annoying to use in production environments.
Describe proposed solution
Remove IPython from the list of dependencies and make it an optional import in the utils.py file linked above:
Is your feature request related to a current problem? Please describe.
Currently IPython is listed as a dependency, but only a single method is used. IPython adds a lot of transitive dependencies, some of which vary by platform (mac vs linux) which makes annoying to use in production environments.
Describe proposed solution
Remove IPython from the list of dependencies and make it an optional import in the
utils.py
file linked above:Then add a simple check at the top of the
_is_notebook
function:Describe potential alternatives
None
Additional context
I can open a PR with the change if this seems reasonable.
The text was updated successfully, but these errors were encountered: