Skip to content

hughshanahan/CS2900-Lab-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2900 Lab 3

Please click on the launch Binder icon below.

Binder

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

When it launches you should get the following

alt text

Click on the file "Lab3.ipynb". This should create a new tab with the following.

alt text

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!

About

Lab 3 jupyter session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published