Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

21 lines (19 loc) · 1.02 KB

Scientific Computing Project

This repository, together with the corresponding pull request opened in estimagic, forms my project submission. A detailed description can be found in this notebook.

Running the notebook (requires dependencies from my estimagic branch):

$ git clone https://github.com/mchandra12/scientific_computing_project.git

Create and activate environment, open jupyter lab

$ conda env create -f environment.yml
$ conda activate scientific_computing_project
$ jupyter lab