LICENSE
README.md
pyproject.toml
src/ipynb_local_viewer.egg-info/PKG-INFO
src/ipynb_local_viewer.egg-info/SOURCES.txt
src/ipynb_local_viewer.egg-info/dependency_links.txt
src/ipynb_local_viewer.egg-info/entry_points.txt
src/ipynb_local_viewer.egg-info/requires.txt
src/ipynb_local_viewer.egg-info/top_level.txt
src/ipynb_viewer/__init__.py
src/ipynb_viewer/app.py
src/ipynb_viewer/cli.py
src/ipynb_viewer/config.py
src/ipynb_viewer/demos.py
src/ipynb_viewer/rendering.py
src/ipynb_viewer/store.py
src/ipynb_viewer/demo_notebooks/__init__.py
src/ipynb_viewer/demo_notebooks/interactive_charts.ipynb
src/ipynb_viewer/demo_notebooks/motion_demo.ipynb
src/ipynb_viewer/demo_notebooks/quickstart.ipynb
src/ipynb_viewer/demo_notebooks/signal_lab.ipynb
src/ipynb_viewer/demo_notebooks/visual_story.ipynb
src/ipynb_viewer/demo_notebooks/assets/tiny_motion.mp4
src/ipynb_viewer/static/viewer.css
src/ipynb_viewer/static/viewer.js
src/ipynb_viewer/templates/index.html
tests/test_notebook_viewer.py