ericmjl/bayesian-stats-modelling-tutorial

ipywdigets in jupyter lab

hugobowne opened this issue · 1 comments

For people using Jupyter lab, we'll need to instruct them on how to get ipywidgets working in lab notebooks. see here:

https://ipywidgets.readthedocs.io/en/latest/user_install.html#installing-the-jupyterlab-extension

I use them here: https://github.com/ericmjl/bayesian-stats-modelling-tutorial/blob/master/notebooks/02-Instructor-Parameter_estimation_hypothesis_testing.ipynb

it boils down to running the following in a terminal (you'll need node installed)

jupyter labextension install @jupyter-widgets/jupyterlab-manager

The command is taken from here.

2nd note

Also, I thought we had a section in the README on opening a NB or something like point 4 in this README:

https://github.com/datacamp/datacamp_facebook_live_nlp

to do:

  • add note to README about ipywidgets
  • add something about opening NBs/lab

Resolved in commit e54dd83