From fa8dcacde5919ffcae6dff89105e9adb90ced4ca Mon Sep 17 00:00:00 2001 From: Chiara Marmo Date: Wed, 26 Aug 2026 11:17:14 +0200 Subject: [PATCH] Clarify how to disable a specific plugin --- ONBOARDING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ONBOARDING.md b/ONBOARDING.md index 02fe337..f6bf3a0 100644 --- a/ONBOARDING.md +++ b/ONBOARDING.md @@ -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: