python3
>>>
Enter
when you're done. Python will run the code you typed, and might display some output on the line below, before leaving you with another prompt.quit()
or type Ctrl-D
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text.
Jupyter provides a rich architecture for interactive data science and scientific computing with:
For new users, we recommend installing Anaconda. Anaconda conveniently installs Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.
Start the notebook server from the command line:
jupyter notebook