Installing Python, Pip And Jupyter Notebook
ctrl + zto exit out of Python console.pip- package installer for Python.- Jupyter Notebook is installed via
pip. pip install notebook- Mac users have to use
pip3 install notebook
- Mac users have to use
- Inside the exercise files, run
jupyter notebookto run the application.
- Jupyter Notebook is installed via