Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helveg/pynb-sim

Widgets & tools for large scale simulations inside of Python jupyter notebooks
https://github.com/helveg/pynb-sim

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

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