mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
92a388c04a
* Add square logo and desktop entry files * Install desktop file and icon using data files. Co-authored-by: Karolina Surma <ksurma@redhat.com>
11 lines
221 B
Desktop File
11 lines
221 B
Desktop File
[Desktop Entry]
|
|
Name=Jupyter Notebook
|
|
Comment=Run Jupyter Notebook
|
|
Exec=jupyter-notebook
|
|
Terminal=true
|
|
Type=Application
|
|
Icon=notebook
|
|
StartupNotify=true
|
|
MimeType=application/x-ipynb+json;
|
|
Categories=Development;Education
|