Skip to content

Commit

Permalink
Merge pull request #88 from yacchin1205/fix/nbconfigurator
Browse files Browse the repository at this point in the history
Fix install instruction of nbextensions_configurator for nbclassic
  • Loading branch information
yacchin1205 committed May 15, 2023
2 parents 53f1693 + 7e68eba commit 4813535
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ RUN jupyter contrib nbextension install --sys-prefix && \
jupyter nbclassic-serverextension enable --py nbtags --sys-prefix && \
jupyter nbclassic-extension install --py nbsearch --sys-prefix && \
jupyter nbclassic-serverextension enable --py nbsearch --sys-prefix && \
jupyter nbclassic-extension enable nbextensions_configurator/config_menu/main --sys-prefix && \
jupyter nbclassic-extension install --py jupyter_nbextensions_configurator --sys-prefix && \
jupyter nbclassic-extension enable --py jupyter_nbextensions_configurator --sys-prefix && \
jupyter nbclassic-serverextension enable --py jupyter_nbextensions_configurator --sys-prefix && \
jupyter nbclassic-extension enable contrib_nbextensions_help_item/main --sys-prefix && \
jupyter nbclassic-extension enable collapsible_headings/main --sys-prefix && \
jupyter nbclassic-extension enable toc2/main --sys-prefix && \
Expand Down

0 comments on commit 4813535

Please sign in to comment.