Skip to content

Commit 92a388c

Browse files
authored
Add square logo and desktop entry files (#6010)
* Add square logo and desktop entry files * Install desktop file and icon using data files. Co-authored-by: Karolina Surma <[email protected]>
1 parent 20f7e9e commit 92a388c

File tree

4 files changed

+717
-0
lines changed

4 files changed

+717
-0
lines changed

jupyter-notebook.desktop

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Name=Jupyter Notebook
3+
Comment=Run Jupyter Notebook
4+
Exec=jupyter-notebook
5+
Terminal=true
6+
Type=Application
7+
Icon=notebook
8+
StartupNotify=true
9+
MimeType=application/x-ipynb+json;
10+
Categories=Development;Education

jupyter.svg

+364
Loading

0 commit comments

Comments
 (0)