From 6e8bb93ab9ba41a0b6948e7f53a06a2f1768ad12 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Mon, 3 Jan 2022 14:33:39 -0500 Subject: [PATCH] Update docs to show MyST-NB master branch Pull request executablebooks/MyST-NB#337 was merged, but a new release hasn't been made yet. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 2559169..0ea0bde 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 ```