trungleduc / jupyter_app_launcher

A JupyterLab extension to create custom launcher entries.
https://jupyter-app-launcher.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
53 stars 11 forks source link

Add a launcher type to open a notebook with Voila in a new web page #27

Closed huyuhuster closed 8 months ago

huyuhuster commented 1 year ago
  Sometimes people want to show their app in full screen. So if we just render the predefined notebook in dashboard mode, there will be much useless page space.  
   I suggest adding a launcher type to open a notebook with Voila in a new web page.
trungleduc commented 8 months ago

You can open a notebook with voila in a new tab with the following config:

- title: Voila example (new window)
  description: Example of opening voila in a new browser window
  source: http://127.0.0.1:8888/voila/render/name-of-your-notebook.ipynb
  type: url
  catalog:  Demo
  args:
      createNewWindow: true

You might need to adapt the server IP and Port of your JupyerLab session