- Copy
jupyter-lab.desktop
to~/.local/share/applications
- Copy
jupyter-lab.svg
to~/.local/share/icons
- Restart gnome-desktop session (Alt+F2 ->
restart
)
-
-
Save andramalech/2e8ea1183cdd91172adb643978575a8d to your computer and use it in GitHub Desktop.
Running JupyterLab as a desktop application on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Jupyter Lab | |
Comment=Start Jupyter Lab server | |
Comment[ru_RU]=Запуск сервера Jupyter Lab | |
Exec=gnome-terminal --class jupyter-lab -x jupyter lab --port 8888 | |
Icon=jupyter-lab | |
Type=Application | |
Categories=Development; | |
StartupNotify=true | |
StartupWMClass=jupyter-lab | |
Actions=open-browser | |
[Desktop Action open-browser] | |
Name=Open in browser | |
Name[ru_RU]=Открыть в браузере | |
Exec=xdg-open http://localhost:8888/lab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment