coderefinery / jupyter

Jupyter notebooks - A tool to write and share executable notebooks and data visualization
https://coderefinery.github.io/jupyter/
Creative Commons Attribution 4.0 International
8 stars 51 forks source link

add snippet about possible widget problems #129

Closed wikfeldt closed 2 years ago

wikfeldt commented 2 years ago

a number of problems with using widgets have been reported in CR workshops through the years, but as we now only use JupyterLab and the installation of ipywidgets now automatically configures JupyterLab to enable them, future problems are hopefully unlikely. Corner cases are described in the ipywidgets installation instructions which are linked in this commit.

This commit thus fixes #106, fixes #91, fixes #62 and fixes #89