Skip to content

Commit

Permalink
Update docs to show MyST-NB master branch
Browse files Browse the repository at this point in the history
Pull request executablebooks/MyST-NB#337 was merged, but a new release hasn't been made yet.
  • Loading branch information
bryanwweber committed Jan 3, 2022
1 parent aa048e3 commit 6e8bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ That's where this extension comes in 😀
MyST-NB-Bokeh can currently be installed only with `pip`. It relies on an unreleased version of MyST-NB, due to a bug that is fixed in [MyST-NB pull request #337](https://github.com/executablebooks/MyST-NB/pull/337), so you have to install MyST-NB _first_ before MyST-NB-Bokeh:

```shell
python -m pip install https://github.com/bryanwweber/MyST-NB/archive/refs/heads/fix_cell_output_renderer.zip
python -m pip install https://github.com/executablebooks/MyST-NB/archive/refs/heads/master.zip
python -m pip install myst-nb-bokeh
```

Expand Down

0 comments on commit 6e8bb93

Please sign in to comment.