diff --git a/docs/docs/deployments/jupyter-server/index.mdx b/docs/docs/deployments/jupyter-server/index.mdx
index d5dba1b8..9a4b1154 100644
--- a/docs/docs/deployments/jupyter-server/index.mdx
+++ b/docs/docs/deployments/jupyter-server/index.mdx
@@ -1,6 +1,6 @@
# Jupyter Server
-To connect to a Jupyter Server, you have to define the URL for the Jupyter Server as well as a the Jupyter Token.
+To connect to a Jupyter Server, you have to define the URL for the `Jupyter Server` as well as a the `Jupyter Token`.
Assuming you have Jupyter Server correctly installed on your machine, you can run your local server with the following command.
@@ -15,12 +15,19 @@ yarn start-local
The Jupyter Server and the Jupyter Token can be provided in the [Jupyter Context](/docs/components/context)
```ts
-
-
-
+const NotebookLocalJupyter = () => (
+
+
+
+)
```
Alternatively, you can to define a `script` tag in the head section your host index HTML page information for your React applicatio with those 2 configurations (see for example the content of this [index-local.html](https://github.com/datalayer/jupyter-ui/blob/main/packages/react/public/index-local.html)).
@@ -39,11 +46,32 @@ Alternatively, you can to define a `script` tag in the head section your host in