Skip to content

Commit

Permalink
No nbextensions anymore with upgrade to notebook 7
Browse files Browse the repository at this point in the history
  • Loading branch information
julesvanrie committed Mar 3, 2025
1 parent a0ab7be commit fc85df4
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions _partials/nbextensions.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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`.

0 comments on commit fc85df4

Please sign in to comment.