voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.41k stars 502 forks source link

How to create a shortcut in the desktop to a jupyter voila desktop running under anaconda #646

Open joseberlines opened 4 years ago

joseberlines commented 4 years ago

After creating several Jupyter notebooks/dashboards I would like to create a single shortcut that would lunch the application from my desktop directly, without having to open anaconda jupyter, navigating the folders, click jupyter notebook and run voila on it.

It is possible?

Note: I also created a stackoverflow question here: https://stackoverflow.com/questions/62699654/create-an-icon-or-shortcut-for-directly-opening-a-jupyter-voila-running-with-a

thanks

jtpio commented 4 years ago

One of the outcomes of the dashboarding workshop last year was voila-qt-app: https://github.com/astrofrog/voila-qt-app

There might have been other attempts at packaging voila into a single app since then, so it can be double-clicked and opened automatically.

Otherwise maybe the shortcut could start a console with the voila command and the path to the notebook?