0.3.2 • Published 9 months ago
jupyter_app_launcher v0.3.2
jupyter_app_launcher helps users customize the JupyterLab launcher with a simple YAML file. Users can add custom entries to the launcher to:
- Open a predefined notebook with selected widget factory
- Open a markdown file.
- Render a notebook in dashboard mode
- Open a notebook with Voila
- Start a local web server and open the predefined URL.
- Open a remote URL (as widget tab in Jupyter or in new browser window).
- Open terminal and run a predefined command
https://user-images.githubusercontent.com/4451292/191499842-3b3aae7b-dd61-416b-9958-6490c1e220c7.mp4
Try it online!
You can try it online by clicking on this badge:
Or you can run it directly in your browser with JupyterLite:
Documentation
You can read the documentation following this link: https://jupyter-app-launcher.readthedocs.io/
Installation
You can install using pip:
pip install jupyter-app-launcherOr using conda:
conda install -c conda-forge jupyter_app_launcherjupyter_app_launcher works with JupyterLab>=3.1
Example
Open a predefined notebook

Open a predefined markdown file

Render a notebook in dashboard mode

Open a notebook with Voila

Start a local web server and open the URL.

Open a remote URL

Open VSCode Web inside JupyterLab
Contributing
See Contributing
Packaging the extension
See RELEASE