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
Can the heavy nb dependencies be moved to an optional extra?
I think tools like this should be kept lightweight so we have the option to install them directly in env without creating conflicts. With this tree a pipx-style installation is warranted.
The text was updated successfully, but these errors were encountered:
My recommendation would be to isolate the code which requires nbconvert/nbformat into a separate submodule. That way when a user attempts to use those features without necessary deps in place you can handle the import error and print some message about installing with the [extra]. Or just let the ImportError blow up, that might be self-explanatory enough for the target audience.
For 1.4 the dependency tree of removestar looked like
After #31 it looks like
Can the heavy nb dependencies be moved to an optional extra?
I think tools like this should be kept lightweight so we have the option to install them directly in env without creating conflicts. With this tree a pipx-style installation is warranted.
The text was updated successfully, but these errors were encountered: