From 55bbfea3e091ce154f6b12f693e05b8335196d88 Mon Sep 17 00:00:00 2001 From: "John F. Gibson" Date: Fri, 4 Feb 2022 19:21:01 -0500 Subject: [PATCH] Update ijulia.md After much websearching I found I had to run ``jupyter nbextension enable --user webio-jupyter-notebook`` after ``python3 -m pip install --upgrade webio_jupyter_extension`` in order to get the webio extension to show up in the output of ``jupyter nbextension list``. --- docs/src/providers/ijulia.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/src/providers/ijulia.md b/docs/src/providers/ijulia.md index 8b44e3e7..2b3537c0 100644 --- a/docs/src/providers/ijulia.md +++ b/docs/src/providers/ijulia.md @@ -43,7 +43,7 @@ python3 -m pip uninstall webio_jupyter_extension ### The `webio_jupyter_extension` is installed but not working First, check if the WebIO extension is properly installed: -``` +```sh # For classic notebook jupyter nbextension list # Should include in output: @@ -58,6 +58,17 @@ jupyter labextension list If the installation is **NOT** installed, continue reading for troubleshooting steps. +#### 0: Make sure the webio-jupyter-extension is enabled + +```sh +# For classic notenbook, from shell run +jupyter nbextension enable --user webio-jupyter-notebook + +# Output should be +Enabling notebook extension webio-jupyter-notebook... + - Validating: OK +``` + #### 1: Make sure to use same Python/Conda environment for both Jupyter and WebIO Make sure you've installed the `webio_jupyter_extension` package in the same