Skip to content

TTK4130/code-handouts

Repository files navigation

Code handouts for TTK4130 - Modelling and simulation

Welcome to the TTK4130 code-handout repository. This is a companion repository to the assignments on the course website and holds Jupyter notebooks for all the assignments where you are expected to finish some already existing code.

There is one notebook for each relevant assignment:

How to run

Clone the repo, launch your favorite jupyter notebook server and run the notebook! See the Python installation guide and the quick introduction to Jupyter Notebook for more information and some tips.

Dependencies

The dependencies in this repositiory are defined in pixi.toml. In addition to the toml-file, we have included a script that tests the dependencies. You can either run it manually or run pixi run test in the base directory of this repository. The primary reason for having package managers and virtual environment managers like pixi is to specify and synchronize dependencies across contributors and time. In a sense, the dependency test script we have included is also a rudimentary way of achieving this. We have only included the script for pedagogical reasons, namely so you can check whether you've installed pixi correctly and so on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors