Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbf9b95

Browse files
rohitsanjericmjl
andauthored
Added ipython kernelspec install command (#94)
* added ipython kernelspec command * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Eric Ma <ericmjl@users.noreply.github.com>
1 parent 1a2c0f2 commit bbf9b95

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎README.md

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

9292
### 4a. Open your Jupyter notebook
9393

94-
In the terminal, execute `jupyter notebook`.
94+
1. You will have to install a new IPython kernelspec if you created a new conda environment with `binder/environment.yml`.
95+
96+
python -m ipykernel install --user --name bayesian-modelling-tutorial --display-name "Python (bayesian-modelling-tutorial)"
97+
98+
You can change the `--display-name` to anything you want, though if you leave it out, the kernel's display name will default to the value passed to the `--name` flag.
99+
100+
2. In the terminal, execute `jupyter notebook`.
95101

96102
Navigate to the notebooks directory
97103
and open the notebook `01-Student-Probability_a_simulated_introduction.ipynb`.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /