mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
12 lines
242 B
Desktop File
12 lines
242 B
Desktop File
|
[Desktop Entry]
|
||
|
Name=Jupyter Notebook
|
||
|
Comment=Run Jupyter Notebook
|
||
|
Exec=jupyter-notebook %f
|
||
|
Terminal=true
|
||
|
Type=Application
|
||
|
Icon=notebook
|
||
|
StartupNotify=true
|
||
|
MimeType=application/x-ipynb+json;
|
||
|
Categories=Development;Education;
|
||
|
Keywords=python;
|