Jupyter Notebook is an easy way to get started with Python programming. With the help of Jupyter Notebook you can code directly in your internet browser.
It’s easy to get started with programming in Python. All you have to do is download Python’s source code and installer. Additionally, you need something to program in, a so-called compiler. To get started quickly and easily, we use Jupyter Notebook which allows you to code directly in your browser. Jupyter Notebook makes it easy to test our examples and for you to try on your own!
In order to start programming, we first need to download Python. This can be done at, for example, Anaconda.
Anaconda also offers a navigator, so that easily can start your notebook.
You will then see an interface of all your files
Now you have started a Jupyter Notebook! Now we are ready to write our first program.