Add custom entries to JupyterLab launcher with jupyter_app_launcher

Hi all, I want to present my new JupyterLab extension jupyter_app_launcher (GitHub - trungleduc/jupyter_app_launcher: A JupyterLab extension to create custom launcher entries.). It is used to customize the JupyterLab launcher with a simple YAML file. Users can add custom entries to the launcher to:

  • Open a predefined notebook or markdown file.

notebook

markdown

  • Render a notebook in dashboard mode

grid

  • Open a notebook with Voila

voila

  • Start a local web server and open the predefined URL.

local-url

  • Open a remote URL.

ezgif.com-gif-maker (11)

6 Likes

This is very neat @trungleduc!