File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 44:caption: Configuration
55:maxdepth: 1
66
7- config_overview
7+ configuring/config_overview
8+ configuring/plugins
89Security <https://jupyter-server.readthedocs.io/en/stable/operators/security.html>
910extending/index.rst
1011```
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # Managing plugins
2+
3+ Notebook 7 uses the same extension system as JupyterLab. An extension can provide multiple plugins.
4+
5+ ``` {note}
6+ See the JupyterLab documentation to learn more about the extension system: https://jupyterlab.readthedocs.io/en/latest/user/extensions.html
7+ ```
8+
9+ ## Examples
10+
11+ ### Disabling the download button
12+
13+ To disable the download entry of file browser context menus, open a terminal and run the following command:
14+
15+ ```
16+ jupyter labextension disable @jupyterlab/filebrowser-extension:download
17+ ```
18+
19+ Then restart the application and refresh the page.
You can’t perform that action at this time.
0 commit comments