Skip to content

Commit e54dd83

Browse files
author
Hugo Bowne-Anderson
authored
Add opening NB instructions
1 parent f600919 commit e54dd83

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,31 @@ If you don't want to mess around with dev-ops, click the following badge to get
6969

7070
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ericmjl/bayesian-stats-modelling-tutorial/master)
7171

72-
## 4. want to view static HTML notebooks
72+
73+
### 4a. Open your Jupyter notebook
74+
75+
In the terminal, execute `jupyter notebook`.
76+
77+
Navigate to the notebooks directory and open the notebook 01-Student-Probability_a_simulated_introduction.ipynb.
78+
79+
### 4b. Open your Jupyter notebook in Jupyter Lab!
80+
81+
82+
In the terminal, execute `jupyter lab`.
83+
84+
Navigate to the notebooks directory and open the notebook 01-Student-Probability_a_simulated_introduction.ipynb.
85+
86+
Now, if you're using Jupyter lab, for Notebook 2, you'll need to get ipywidgets working. The documentation is [here](https://ipywidgets.readthedocs.io/en/latest/user_install.html#installing-the-jupyterlab-extension).
87+
88+
In short, you'll need node installed & you'll need to run the following in your terminal:
89+
90+
`jupyter labextension install @jupyter-widgets/jupyterlab-manager`
91+
92+
### 4c. Open your Jupyter notebook using Binder.
93+
94+
Launch Binder using the button at the top of this README.md. Voila!
95+
96+
### 4d. Want to view static HTML notebooks
7397

7498
If you're interested in only viewing the static HTML versions of the notebooks, the links are provided below:
7599

0 commit comments

Comments
 (0)