Skip to content

hughshanahan/CS2900-Lab-1

Repository files navigation

Lab 1

Running on Binder

Please click on the launch Binder icon below.

Binder

It will take a few minutes to launch....

When it launches you should see the following:

Image of Binder loading

Once it has loaded, you be greeted with this screen:

Image of Binder dashboard

Double-click on the file "Lab1.ipynb". This should create a new tab with the following:

Image of Jupyter notebook

Follow the instructions from there...

If Binder doesn't work you can run the notebooks locally

Running in NoMachine

You can run Jupyter directly from the department server:

  • First git clone the repository and cd into the repository folder.
  • Run pip3 install okpy
  • Type, run jupyter notebook to launch the notebook in the browser.

Running on your own machine

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!