pynb-sim

Widgets & tools for large scale simulations inside of Python jupyter notebooks


License
GPL-3.0
Install
pip install pynb-sim==0.2.3

Documentation

pynb-sim

Widgets & tools for large scale simulations inside of Python jupyter notebooks

Usage

pynbsim can be used in any Python Jupyter notebook. Add a cell to your notebook with the following code:

import sys
pip_output = !{sys.executable} -m pip install pynb-sim
import pynbsim; pynbsim.widget()