This repository houses
- The newest version of NRPy+: Python-Based Code Generation for Numerical Relativity... and Beyond,
- The second version of SENR, the Simple, Efficient Numerical Relativity code (see the "Colliding Black Holes" Start-to-Finish tutorial notebook), and
- The NRPy+ Jupyter Tutorial: An Introduction to Python-Based Code Generation for Numerical Relativity... and Beyond!
To explore the NRPy+ tutorial without downloading, check out the NRPy+ tutorial mybinder.
If you would like to explore the NRPy+ tutorial on your local computer, you'll need to install Python, Jupyter, Sympy, and Matplotlib. Once they are installed, you may find this useful
In certain circumstances, developers may wish to execute one of these Jupyter notebooks from the command line. For example, when the notebook constructs an Einstein Toolkit thorn. In such a case, the following command should be useful:
jupyter nbconvert --to notebook --inplace --execute --ExecutePreprocessor.timeout=-1 [Jupyter notebook file]
Alternatively one can simply use the script:
./run_Jupyter_notebook.sh [Jupyter notebook file]