/models-and-simulations

Repository with material from the Models and Simulations course from FAMAF-UNC

Primary LanguageJupyter Notebook

models-and-simulations

This repository contains the implementations of different algorithms studied in the course.

Installation:

  1. Install conda:

https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html

  1. Clone the repository and type in your terminal:
conda env create -f modelos.yml
  1. For some of the plots to display properly, you need to have latex installed in your computer:
  • On ubuntu:
sudo apt-get install texlive-full

For better visualization of the contents in the notebooks, install Table of Contents for Jupyter Lab or Table of Contents for Jupyter Notebook