Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helveg/pynb-sim
- Owner: Helveg
- License: gpl-3.0
- Created: 2020-03-05T19:40:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T14:04:27.000Z (4 months ago)
- Last Synced: 2024-09-13T04:50:11.992Z (4 months ago)
- Language: HTML
- Size: 2.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```