/Hwk02

Primary LanguageJupyter Notebook

Getting started

  • Accept this assignment on Github Classroom, and create your team. Clone the forked repository to your computer.

  • Download and install Julia

  • Open Julia and change directory to this repository

    ; cd C:\\Users\\magerton\\Downloads\\this_repo
  • To install the appropriate libraries, activate the environment in the directory and instantiate it to install packages. See docs

    ] activate .
    ] instantiate
  • Get a Jupyter notebook going (you'll need to click y)

    using IJulia
    jupyterlab()
  • Do the homework

  • Your homework submission will be a copy of your master branch when the assignment is due. You can push as many times as you want.