The Marine Hydro notebooks can be opened and used directly from your browser (just click on this badge ). However, it is straightforward to run the notebooks on your personal computer so you can work offline and save your edits.
-
Install Jupyter
“The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text.“ – Jupyter.org
Option A: install Anaconda to get python, Jupyter, and pretty much everything else you might need.
Option B: install Jupyter alone if that's all you need.
-
Copy the MarineHydro notebooks to your computer
Option A: download the zipfile, and then unzip
Option B: use
git
tofork
the repositoryIf you are interested in coding, or need to code for your IP/MSc project, you should be using
git
. Github has a nice set of introduction/help documents.