mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
229247f912
* Reintroduce desktop file
The desktop file was inadvertently removed in: 5b6ed99aec
Fixes: https://github.com/jupyter/notebook/issues/6704
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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;
|