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
I've found that jupyterlab is required when running: nbdev_export && nbdev_clean && nbdev_trust
Also, the docs state:
Note that nbdev must be installed into the same Python environment that you use for both Jupyter and your project.
However, jupyterlab isn't explicitly listed as a requirement. Why not? Are there use cases where one doesn't need it? Having it as requirement would make installation easier for everyone.
The text was updated successfully, but these errors were encountered:
I've found that jupyterlab is required when running:
nbdev_export && nbdev_clean && nbdev_trust
Also, the docs state:
However, jupyterlab isn't explicitly listed as a requirement. Why not? Are there use cases where one doesn't need it? Having it as requirement would make installation easier for everyone.
The text was updated successfully, but these errors were encountered: