Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

(env) user@machine:~$  pip install jupyter numpy


To start a Jupyter notebook server, open the terminal (Shortcut: Ctrl+Alt+t)  and enter:

  (env) user@machine:~$ jupyter notebook 

A web browser will open automatically.

Windows

It is probably easiest to  install python and additional packages via anaconda.

...