jupyter-widgets / tutorial

A tutorial for widgets
BSD 3-Clause "New" or "Revised" License
394 stars 164 forks source link

Update dependencies and README #7

Closed mwcraig closed 6 years ago

mwcraig commented 6 years ago

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.

mwcraig commented 6 years ago

Question: does pip install still need the separate step of enabling nbextensions?

mwcraig commented 6 years ago

Question: Are we aiming for jupyter or jlab? (for users I mean)

jasongrout commented 6 years ago

Question: does pip install still need the separate step of enabling nbextensions?

No, not with notebook 5.5

jasongrout commented 6 years ago

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?

mwcraig commented 6 years ago

Merging, we can update later as needed...