Skip to content

Commit

Permalink
Merge pull request #181 from agriyakhetarpal/fix/relative-urls-for-fu…
Browse files Browse the repository at this point in the history
…llscreen

Issue 115 wrap fullscreen JupyterLite links
  • Loading branch information
Carreau committed Jun 27, 2024
2 parents 0511379 + b84ecc2 commit 0519199
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ JupyterLite instance in a separate tab.

You can access the JupyterLite deployment that `jupyterlite-sphinx` made for you, in fullscreen, following the `./lite/lab` and `./lite/retro` relative urls:

- [JupyterLab](./lite/lab/index.html)
- [Notebook](./lite/tree/index.html)
```{eval-rst}
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`.
- `JupyterLab <lite/lab/index.html>`_
- `Notebook <lite/tree/index.html>`_
```

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 comments on commit 0519199

Please sign in to comment.