From d726fb74097f7d271b01a86f85669282307f7107 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 4 Mar 2022 17:46:44 +0100 Subject: [PATCH] Link to JupyterLab resources --- docs/source/extending/frontend_extensions.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/extending/frontend_extensions.rst b/docs/source/extending/frontend_extensions.rst index 10f3755b8..86d1d0781 100644 --- a/docs/source/extending/frontend_extensions.rst +++ b/docs/source/extending/frontend_extensions.rst @@ -8,4 +8,12 @@ This describes the basic steps to write a TypeScript extension for the Jupyter notebook front-end. This allows you to customize the behaviour of the various pages like the dashboard, the notebook, or the text editor. -TODO: link to the JupyterLab documentation +Starting with Notebook v7, front-end extensions for the notebook can be developed +as prebuilt JupyterLab extensions. + +This means Notebook v7 is able to reuse many of the existing extensions from the JupyterLab ecosystem as is. + +If you would like to develop a prebuilt extension for Notebook v7, check out: + +- `JupyterLab Extension Tutorial `_: A tutorial to learn how to make a simple JupyterLab extension. +- The `JupyterLab Extension Examples Repository `_: A short tutorial series to learn how to develop extensions for JupyterLab by example. \ No newline at end of file