You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/full.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ JupyterLite instance in a separate tab.
7
7
8
8
You can access the JupyterLite deployment that `jupyterlite-sphinx` made for you, in fullscreen, following the `./lite/lab` and `./lite/retro` relative urls:
9
9
10
-
-[JupyterLab](./lite/lab/index.html)
11
-
-[Notebook](./lite/tree/index.html)
10
+
```{eval-rst}
12
11
13
-
If you want to open a specific notebook in fullscreen JupyterLab/Notebook you can use the `path` URL parameter, e.g. `./lite/lab/?path=my_noteboook.ipynb`.
12
+
- `JupyterLab <lite/lab/index.html>`_
13
+
- `Notebook <lite/tree/index.html>`_
14
+
15
+
```
16
+
17
+
If you want to open a specific notebook in fullscreen JupyterLab/Notebook, you can use the `path` URL parameter, e.g. `./lite/lab/?path=my_noteboook.ipynb`.
0 commit comments