Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ONBOARDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ export default collector;

Production note: disable the built-in no-op collector plugin
`notebook-metrics:collector` when your application ships a real one.
You can do that with:

```
jupyter labextension disable notebook-metrics:collector
```

more details about plugin management are available
[here](https://jupyterlab.readthedocs.io/en/stable/user/extensions.html#managing-extensions-with-jupyter-labextension)

Good first smoke test:

Expand Down
Loading