Ask Your Question
0

How to install Programms (Jupyter Notebook) in the Rechnerhalle

asked 2018-04-16 14:23:13 +0100

bamichae@in.tum.de gravatar image

updated 2021-11-15 17:07:15 +0100

kahraman@in.tum.de gravatar image
helpdesk

I want to use Jupyter Notebook, but I can't install it, can you help me?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2018-04-16 14:31:17 +0100

bamichae@in.tum.de gravatar image

updated 2021-11-15 17:13:18 +0100

kahraman@in.tum.de gravatar image
helpdesk
  1. Use the command pip install --user jupyter or pip3 install --user jupyter for the Python v3 Version

    1. As Jupyter Notebook is installed without sudo privileges, the command "jupyter notebook" does not work in order to start. Instead you have to go to the local path with cd ~/.local/bin

    2. Finally you can start Jupyter Notebook with the command: ./jupyter notebook

For more information you can visit our wiki page: https://wiki.in.tum.de/Informatik/Helpdesk/ZusaetzlicheSoftware

edit flag offensive delete publish link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-04-16 14:23:13 +0100

Seen: 107 times

Last updated: Nov 15 '21