Skip to content

Code for the Master's thesis of Mads Rindal and Vegard Haneberg, TBA4925

License

Notifications You must be signed in to change notification settings

vegardhaneberg/TBA4925

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBA4925

Code for the Master's thesis of Mads Rindal and Vegard Haneberg, TBA4925

Most of the developed code in this thesis is reated using notebooks. Several of the notebooks are stored with its output, and these can be accessed by simply entering the file. To run notebooks, please perform the steps below.

  1. Install ipython by running the following command:
pip install ipython
  1. Navigate to the directory of the notebook

  2. Run the following command in the terminal:

jupyter notebook
  1. Enter the notebook URL in your preferred browser and run the code.