ericmjl / bayesian-stats-modelling-tutorial

How to do Bayesian statistical modelling using numpy and PyMC3
MIT License
656 stars 281 forks source link

ipywdigets in jupyter lab #56

Closed hugobowne closed 5 years ago

hugobowne commented 5 years ago

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:

hugobowne commented 5 years ago

Resolved in commit https://github.com/ericmjl/bayesian-stats-modelling-tutorial/commit/e54dd837f5d33ab28978ff5f0b4715479da07028