From fc85df4e4137a29df92ae1b119d3255c847a13ca Mon Sep 17 00:00:00 2001 From: Jules van Rie Date: Mon, 3 Mar 2025 10:30:37 +0100 Subject: [PATCH] No nbextensions anymore with upgrade to notebook 7 --- _partials/nbextensions.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/_partials/nbextensions.md b/_partials/nbextensions.md index 5d0a6982..c662101f 100644 --- a/_partials/nbextensions.md +++ b/_partials/nbextensions.md @@ -1,15 +1,4 @@ -## `jupyter` notebook extensions - -Pimp your `jupyter` notebooks with awesome extensions: - -```bash -# install nbextensions -jupyter contrib nbextension install --user -jupyter nbextension enable toc2/main -jupyter nbextension enable collapsible_headings/main -jupyter nbextension enable spellchecker/main -jupyter nbextension enable code_prettify/code_prettify -``` +## `jupyter` notebook tweaking and check up ### Custom CSS @@ -62,14 +51,4 @@ A tab should open on a new notebook: ![jupyter_notebook.png](images/jupyter_notebook.png) -### `nbextensions` check up - -Perform a sanity check for `jupyter notebooks nbextensions`. Click on `Nbextensions`: - -![jupyter_nbextensions.png](images/jupyter_nbextensions.png) - -Untick _"disable configuration for nbextensions without explicit compatibility"_ then check that _at least_ all `nbextensions` circled in red are enabled: - -![nbextensions.png](images/nbextensions.png) - You can close your web browser then terminate the jupyter server with `CTRL` + `C`.