Score:0

Add Jupyter Notetbook to application menu

jp flag

I created a desktop icon for jupyter notebook by creating jupyter.dekstop in my home/arthur/desktop folder and can start jupyter-notebook by double clicking it.

Desktop Entry
Type=Application
Name=Jupyter
GenericName=Jupyter Notebook
Icon=/home/arthur/.local/share/icons/jupyter.png
Exec=/home/arthur/miniconda3/bin/jupyter-notebook
Categories=Development;
Terminal=False
StartupNotify=True

I then copied jupyter.dekstop to /usr/share/applications/jupyter.desktop but I can't see it in application menue

enter image description here

Score:0
gp flag

This worked for me. I downloaded my favorite icon from Google and save it with the new name of Jupyter-lab.png after that, I moved the png file to ~/.local/share/icons with this code on the terminal:

sudo mv jupyter-lab.png ~/.local/share/icons

I create a text on my desktop in the terminal with this code: touch jupyter-lab.desktop then I copied these lines to this file. (Change [MYUSERNAME] with your user)

[Desktop Entry]
Name=Jupyter Lab
Comment=Run Jupyter Lab
Exec=/home/[MYUSERNAME]/anaconda3/bin/jupyter-lab
Icon=/home/[MYUSERNAME]/.local/share/icons/Jupyter-lab.png
Type=Application
Categories=Development;Education
StartupNotify=true
StartupWMClass=jupyter-lab
Actions=open-browser

Then I copied this file to ~/.local/share/applications by this code on terminal:

mv jupyter-lab.desktop  ~/.local/share/applications
Score:0
us flag

You may have forgotten to mark it at executable.

sudo chmod +x /usr/share/applications/jupyter.desktop

If it still does not show up, restart your computer.

user311044 avatar
jp flag
Still not showing up
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.