Metadata-Version: 2.4
Name: immersim
Version: 1.0.1
Summary: Immersive Simulations for Jupyter Notebooks
Author: Zubin Kane
License-Expression: MIT
Project-URL: Homepage, https://github.com/Sclamy/ImmersiveSimulations
Project-URL: Issues, https://github.com/Sclamy/ImmersiveSimulations/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dill~=0.4.0
Requires-Dist: ipynbname~=2024.1.0.0
Requires-Dist: notebook
Requires-Dist: ipython~=9.4.0
Dynamic: license-file

# Immersive Simulations for Jupyter Notebooks
Enables seamless, minimalistic variable and namespace storage:
  - Shelve storage for per-variable storage and retrieval
  - Quick-Save and Quick-Load of notebook namespace
  - Enable checkpoints so that cells store their starting and ending states

Useful for post-simulation analysis, or ensuring that data
which hasn't been explicitly saved remains entirely available.
