Take Your First Steps with Jupyter Notebook #3
Jupyter Notebook is a web application that lets you store lines of Python code, their output (graphs, tables, etc.) and formatted text. This can be compared to a web page containing Python code! A bit like this course, really. There are of cours…