Skip to content
Anchal Gupta edited this page May 9, 2024 · 4 revisions

Demonstration of the project

To run demo.ipynb, you'll first need to install IJulia in your base julia environement using:

run a jupyter notebook for inline visualization and testing your code.

  • For this to work, you'll have to install IJulia package in your main environment (usually called @vx.x):
% julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.9.2 (2023-07-05)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> ]
(@v1.9) pkg> add IJulia
(@v1.9) pkg> instantiate
# press backspace (delete on mac) to get out
(@v1.9) pkg> julia> exit()

Once you have done that, you can download the demo.ipynb notebook and just run it.

To run this notebook, you will require the following files placed in a samples directory next to demo.ipynb. These sample files can be large and thus are not stored here. I'll provide links to dvc files of these so that you can copy them from your local project repos. Or just bring your own appropriate sample files to play with. The SD4SOLPS_env directory should look like this:

SD4SOLPS_env

Clone this wiki locally