Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.33 KB

PersonalComputer.md

File metadata and controls

21 lines (11 loc) · 1.33 KB

Marine Hydro notebooks on your personal computer

The Marine Hydro notebooks can be opened and used directly from your browser (just click on this badge Binder). However, it is straightforward to run the notebooks on your personal computer so you can work offline and save your edits.

  1. 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.

  2. Copy the MarineHydro notebooks to your computer

    Option A: download the zipfile, and then unzip

    Option B: use git to fork the repository

    If 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.

  3. Run the notebooks with jupyter