Please click on the launch Binder icon below.
It will take a few minutes to launch....
When it launches you should see the following:
Once it has loaded, you be greeted with this screen:
Double-click on the file "Lab1.ipynb". This should create a new tab with the following:
Follow the instructions from there...
You can run Jupyter directly from the department server:
- First
git clone
the repository andcd
into the repository folder. - Run
pip3 install okpy
- Type, run
jupyter notebook
to launch the notebook in the browser.
Finally, you can also run Jupyter from your own computer. Instructions on this can be found at https://jupyter.org/install. If you do not have it you, Anaconda is a handy tool to download Python and Jupyter in one bundle.
You will need to clone the repository as above, and then launch your conda environment and install the packages in the requirements.txt
folder. The main ones you will need are okpy
, numpy
, matplotlib
, and scipy
.
Make sure these are installed before starting the notebook!