Skip to content

Commit 8af2544

Browse files
committed
Drop unused jupyter-contrib-nbextensions packages
1 parent 45ebaac commit 8af2544

2 files changed

Lines changed: 2 additions & 48 deletions

File tree

install_shapeworks.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,6 @@ function install_conda() {
246246
fi
247247
fi
248248

249-
# for spell check markdown cells in jupyter notebooks and table of contents (toc2)
250-
jupyter contrib nbextension install --user
251-
jupyter nbextension enable spellchecker/main
252-
jupyter nbextension enable toc2/main
253-
254249
if [[ "$DEVELOPER" == "YES" ]] ; then
255250
# installing nbstripout to strip out notebooks cell outputs before committing
256251
nbstripout --install

python_requirements.txt

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,9 @@ ipython==9.5.0
225225
# ipykernel
226226
# ipympl
227227
# ipywidgets
228-
# jupyter-latex-envs
229228
ipython-genutils==0.2.0
230229
# via
231230
# -r requirements.in
232-
# jupyter-contrib-nbextensions
233231
# nbclassic
234232
ipython-pygments-lexers==1.1.1
235233
# via ipython
@@ -341,22 +339,11 @@ jupyter-client==8.6.3
341339
# ipykernel
342340
# jupyter-server
343341
# nbclient
344-
jupyter-contrib-core==0.4.2
345-
# via
346-
# -r requirements.in
347-
# jupyter-contrib-nbextensions
348-
# jupyter-nbextensions-configurator
349-
jupyter-contrib-nbextensions==0.7.0
350-
# via -r requirements.in
351342
jupyter-core==5.8.1
352343
# via
353344
# -r requirements.in
354345
# ipykernel
355346
# jupyter-client
356-
# jupyter-contrib-core
357-
# jupyter-contrib-nbextensions
358-
# jupyter-latex-envs
359-
# jupyter-nbextensions-configurator
360347
# jupyter-server
361348
# jupyterlab
362349
# nbclient
@@ -366,23 +353,12 @@ jupyter-events==0.12.0
366353
# via
367354
# -r requirements.in
368355
# jupyter-server
369-
jupyter-highlight-selected-word==0.2.0
370-
# via
371-
# -r requirements.in
372-
# jupyter-contrib-nbextensions
373-
jupyter-latex-envs==1.4.6
374-
# via -r requirements.in
375356
jupyter-lsp==2.3.0
376357
# via jupyterlab
377-
jupyter-nbextensions-configurator==0.6.4
378-
# via
379-
# -r requirements.in
380-
# jupyter-contrib-nbextensions
381358
jupyter-server==2.17.0
382359
# via
383360
# -r requirements.in
384361
# jupyter-lsp
385-
# jupyter-nbextensions-configurator
386362
# jupyterlab
387363
# jupyterlab-server
388364
# notebook
@@ -418,9 +394,7 @@ lark==1.2.2
418394
light-the-torch==0.8.0
419395
# via -r requirements.in
420396
lxml==6.0.1
421-
# via
422-
# -r requirements.in
423-
# jupyter-contrib-nbextensions
397+
# via -r requirements.in
424398
markdown==3.9
425399
# via
426400
# -r requirements.in
@@ -527,8 +501,6 @@ nbclient==0.10.2
527501
nbconvert==7.17.0
528502
# via
529503
# -r requirements.in
530-
# jupyter-contrib-nbextensions
531-
# jupyter-latex-envs
532504
# jupyter-server
533505
# mkdocs-jupyter
534506
nbformat==5.10.4
@@ -547,12 +519,7 @@ nest-asyncio==1.6.0
547519
# ipykernel
548520
# nbclassic
549521
notebook==6.4.12
550-
# via
551-
# -r requirements.in
552-
# jupyter-contrib-core
553-
# jupyter-contrib-nbextensions
554-
# jupyter-latex-envs
555-
# jupyter-nbextensions-configurator
522+
# via -r requirements.in
556523
notebook-shim==0.2.4
557524
# via
558525
# -r requirements.in
@@ -747,7 +714,6 @@ pyyaml==6.0.2
747714
# -r requirements.in
748715
# bokeh
749716
# jupyter-events
750-
# jupyter-nbextensions-configurator
751717
# jupytext
752718
# mike
753719
# mkdocs
@@ -879,9 +845,6 @@ tornado==6.5.2
879845
# bokeh
880846
# ipykernel
881847
# jupyter-client
882-
# jupyter-contrib-core
883-
# jupyter-contrib-nbextensions
884-
# jupyter-nbextensions-configurator
885848
# jupyter-server
886849
# jupyterlab
887850
# notebook
@@ -898,12 +861,8 @@ traitlets==5.14.3
898861
# ipython
899862
# ipywidgets
900863
# jupyter-client
901-
# jupyter-contrib-core
902-
# jupyter-contrib-nbextensions
903864
# jupyter-core
904865
# jupyter-events
905-
# jupyter-latex-envs
906-
# jupyter-nbextensions-configurator
907866
# jupyter-server
908867
# jupyterlab
909868
# matplotlib-inline

0 commit comments

Comments
 (0)