Skip to content

Commit

Permalink
Downgraded Jupyter notebook to 6.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielw committed Sep 26, 2023
1 parent dc012c5 commit 2a77084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/sandbox/script/init_jupyter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ R -e "IRkernel::installspec(user = FALSE)"

git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git
/usr/bin/python3 -m pip install jupyter_latex_envs # Required for jupyter_contrib_nbextensions
/usr/bin/python3 -m pip install notebook==6.5.5 # Due to https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1647
/usr/bin/python3 -m pip install -e jupyter_contrib_nbextensions
/usr/bin/python3 /usr/local/bin/jupyter contrib nbextension install
/usr/bin/python3 /usr/local/bin/jupyter nbextensions_configurator enable
Expand Down

0 comments on commit 2a77084

Please sign in to comment.