We downloaded the Continuum Analytics Anaconda distribution for Python 3.5 and installed it. The installer can be found here:
https://www.continuum.io/downloads
There were some problems:
/Users/your_user_name/anaconda/bin/jupyter notebook
We could start python by:
From the command-line
Remember to exit we had to use:
exit()
Use a text file
print("Hello world")
python hello_world.py
Run your python code as a code cell within a Jupyter Notebook. d
In [ ]: