Skip to content

Commit

Permalink
Add docs for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jun 8, 2023
1 parent 95baeab commit b5552c0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
:caption: Configuration
:maxdepth: 1
config_overview
configuring/config_overview
configuring/plugins
Security <https://jupyter-server.readthedocs.io/en/stable/operators/security.html>
extending/index.rst
```
File renamed without changes.
19 changes: 19 additions & 0 deletions docs/source/configuring/plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Managing plugins

Notebook 7 uses the same extension system as JupyterLab. An extension can provide multiple plugins.

```{note}
See the JupyterLab documentation to learn more about the extension system: https://jupyterlab.readthedocs.io/en/latest/user/extensions.html
```

## Examples

### Disabling the download button

To disable the download entry of file browser context menus, open a terminal and run the following command:

```
jupyter labextension disable @jupyterlab/filebrowser-extension:download
```

Then restart the application and refresh the page.

0 comments on commit b5552c0

Please sign in to comment.