Skip to content

Commit 7126b32

Browse files
authored
Merge pull request #119 from antonio-rojas/patch-1
Fix executable name in desktop file
2 parents 3ebe3d7 + 5b2a14d commit 7126b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-nbclassic.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Name=Jupyter Notebook
33
Comment=Run Jupyter Notebook
4-
Exec=jupyter-notebook %f
4+
Exec=jupyter-nbclassic %f
55
Terminal=true
66
Type=Application
77
Icon=notebook

0 commit comments

Comments
 (0)