You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notebook 7 uses the same extension system as JupyterLab. An extension can provide multiple plugins.
4
+
5
+
```{note}
6
+
See the [JupyterLab documentation](https://jupyterlab.readthedocs.io/en/latest/user/extensions.html) to learn more about the extension system.
7
+
```
8
+
9
+
## Examples
10
+
11
+
### Disabling the download button
12
+
13
+
By default Notebook 7 provides a way to download files from the file browser. This functionality consists of a context menu entry and a main menu entry. They are provided by an application plugin that can be disabled.
14
+
15
+
To disable the download entry of file browser context menus, open a terminal and run the following command:
0 commit comments