Closed mwcraig closed 6 years ago
Question: does pip install still need the separate step of enabling nbextensions?
Question: Are we aiming for jupyter or jlab? (for users I mean)
Question: does pip install still need the separate step of enabling nbextensions?
No, not with notebook 5.5
Question: Are we aiming for jupyter or jlab? (for users I mean)
There still are some things with the output widget that don't quite work with JupyterLab. I hope to be able to fix those before scipy. What do you think? I'm thinking the safe bet is no, not with lab. But if we get it working by scipy, perhaps we can update the instructions?
Merging, we can update later as needed...
This PR updates the dependencies to reflect what is used in the notebooks and adds a tool that scrapes the notebooks and python files to determine the dependencies.
ping @jasongrout @maartenbreddels @SylvainCorlay
Note: I'm thinking about breaking out the dependency checker into a separate package (combined with some utilities for generating notebook stubs from a table of contents or vice versa).
Even if it stays here it means not having to manually check each notebook for dependencies.