tutorial
tutorial copied to clipboard
A tutorial for widgets
**03.00** 1. Add a hint for the first example - it was too difficult 2.Convert TextArea -> Text this enables it work better for continuous_updates 3. In markdown for continuous...
Feel free to ignore this nitpick, but sometimes it's handy to have self-contained repo names. If someone `git clone`s the tutorial repo, they'll get a folder called ``tutorial``, which is...
- readme link - xeus option
1. Add a hint for the first example - it was too difficult 2. Convert `TextArea` -> `Text` this enables it work better for continuous_updates 3. In markdown for continuous...
- [ ] Run script to set notebook kernel for all notebooks - [ ] Run script to update navigation links for all notebooks
- Shorter Styling section - Add a blurb on Python decorators and how they work, together with a link to further information - Shorten the interact section
The notebook [07.01-ipyleaflet.ipynb](https://github.com/jupyter-widgets/tutorial/blob/master/notebooks/07.01-ipyleaflet.ipynb) uses `xarray`, which isn't part of the dependencies and thus `Advanced example 1: Velocity` can't be executed on binder. IMHO adding `netcdf4` to the normal dependencies and...