diff --git a/run.sh b/run.sh index 9c932ec..ccdf196 100644 --- a/run.sh +++ b/run.sh @@ -272,7 +272,7 @@ function handle_installation() { function pre_start(){ conda activate ${COOKBOOK_CONDA_ENV} - conda install jupyterlab jupyterlab_server jupyter_server traitlets nbformat --force-reinstall --yes + conda install jupyterlab jupyterlab_server jupyter_server traitlets nbformat jsonschema --force-reinstall --yes } #Execution