Fullscreen access#
Once a JupyterLite example gets activated by a user, an “Open in Tab” button becomes available, which will open the same JupyterLite instance in a separate tab.
Custom links to JupyterLite apps#
You can access the JupyterLite apps that jupyterlite-sphinx deployed for you, in fullscreen, using the following links:
Tips for handling URLs#
If you want to open a specific notebook in fullscreen JupyterLab/Notebook/Voici, you can use the path URL parameter, e.g.
./lite/lab/index.html?path=my_notebook.ipynbfor Lab./lite/notebooks/index.html?path=my_notebook.ipynbfor Notebook./lite/voici/render/my_notebook.htmlfor Voici
If you want to add code to the REPL for execution, you can use the code URL parameter, e.g. ./lite/repl/index.html?code=print("Hello, world!"). You may also use &execute=0 to prevent the code from being executed until you press Enter.
Info on more configuration options is available in the REPL documentation.
Please see the documentation for individual options for each directive and global configuration options for more information.