- Non-profit organisation for data science and tools with Python.
- Can easily show plots and charts.
- Starts a web app server when running the program on the command line.
ipynb is a python file/notebook.
- To make a new cell, press
shift + enter.
- To delete cells, press
d twice.
- When you click outside the cell, the border will turn blue, this is Command Mode.
- Clicking inside the cell changes to Edit Mode.
- To run any code, hold down shift and press “enter”.
- Pressing
a creates one cell above.
- Clicking outside the cell and pressing
m goes into Markdown Mode.
- Can make a title by doing
#, ## and so on.