Skip to content

Commit fc85df4

Browse files
committed
No nbextensions anymore with upgrade to notebook 7
1 parent a0ab7be commit fc85df4

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

_partials/nbextensions.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
## `jupyter` notebook extensions
2-
3-
Pimp your `jupyter` notebooks with awesome extensions:
4-
5-
```bash
6-
# install nbextensions
7-
jupyter contrib nbextension install --user
8-
jupyter nbextension enable toc2/main
9-
jupyter nbextension enable collapsible_headings/main
10-
jupyter nbextension enable spellchecker/main
11-
jupyter nbextension enable code_prettify/code_prettify
12-
```
1+
## `jupyter` notebook tweaking and check up
132

143
### Custom CSS
154

@@ -62,14 +51,4 @@ A tab should open on a new notebook:
6251

6352
![jupyter_notebook.png](images/jupyter_notebook.png)
6453

65-
### `nbextensions` check up
66-
67-
Perform a sanity check for `jupyter notebooks nbextensions`. Click on `Nbextensions`:
68-
69-
![jupyter_nbextensions.png](images/jupyter_nbextensions.png)
70-
71-
Untick _"disable configuration for nbextensions without explicit compatibility"_ then check that _at least_ all `nbextensions` circled in red are enabled:
72-
73-
![nbextensions.png](images/nbextensions.png)
74-
7554
You can close your web browser then terminate the jupyter server with `CTRL` + `C`.

0 commit comments

Comments
 (0)