Tutorial 1: Installing Jupyter Notebook
For running pywapor locally on your laptop, you need to install Python program and install pywapor package in your python environment. This can be done in several ways, however, we recommend you use Mamba package manager, because it is fast, robust, and cross-platform.
Once you have python and pywapor installed, you can run pywapor model through Python console (command line interface). However, we recommend you to use Jupyter Lab interface. JupyterLab is a web-based interactive development environment for notebooks, code, and data. It will allows you take notes, interact with you python scripts and save the outputs in digital notebooks.
In this book, we will take you through the steps to install python and python packages on your PC. The instructions are adapted from GISOpenCourseWare
4. Create WaPORMOOC environment
4.2. Use Jupyter Notebooks with Jupyter Lab
Now we have the Jupyter Notebooks and related data cloned from the GitHub repository, we can use them.
1. Go to the WaPORMOOC subdirectory
2. Launch Jupyter Lab with the following command:
jupyter lab
This will open your browser and you can choose the notebook.
If your browser doesn't open automatically or if you would like to use another browser, check the links that are shown on the screen.