Numbers: Operations, Types, and Variables
In the preface, we installed Anaconda, which comes along with Python 3.7 and the Jupyter Notebook. It's time to open a Jupyter Notebook and begin our Pythonic journey.
To Open a Jupyter Notebook
To begin with this book, you need to make sure that you have a Jupyter Notebook open. Here are the steps.
- Locate and open your Anaconda Navigator.
- Search for
Jupyter
Notebook in Anaconda Navigator and click on it. - A new window should open in the web browser of your choice.
Note
If you are having trouble, it may mean that your Jupyter Notebook is not set up properly. Go back to the preface or see https://jupyter-notebook.readthedocs.io/en/stable/troubleshooting.html for a troubleshooting guide.