Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 367 Bytes

ESE156_2020

ESE 156 2020 class, (almost) pure Julia, I am trying...

Quickstart

Clone the project:

git clone https://github.com/cfranken/ESE156_2020/
cd ESE156_2020

Install Julia project dependencies:

julia --project -e 'using Pkg; Pkg.instantiate()'

Launch / Install the JupyterLab notebook server:

julia --project src/ESE156_2020.jl