LICENSE
MANIFEST.in
README.md
pyproject.toml
figpack/__init__.py
figpack/cli.py
figpack/extensions.py
figpack.egg-info/PKG-INFO
figpack.egg-info/SOURCES.txt
figpack.egg-info/dependency_links.txt
figpack.egg-info/entry_points.txt
figpack.egg-info/requires.txt
figpack.egg-info/top_level.txt
figpack/core/__init__.py
figpack/core/_bundle_utils.py
figpack/core/_file_handler.py
figpack/core/_save_figure.py
figpack/core/_server_manager.py
figpack/core/_show_view.py
figpack/core/_upload_bundle.py
figpack/core/_view_figure.py
figpack/core/config.py
figpack/core/extension_view.py
figpack/core/figpack_extension.py
figpack/core/figpack_view.py
figpack/core/zarr.py
figpack/figpack-figure-dist/index.html
figpack/figpack-figure-dist/assets/index-Cit4NsSL.js
figpack/figpack-figure-dist/assets/index-V5m_wCvw.css
figpack/figpack-figure-dist/assets/neurosift-logo-CLsuwLMO.png
figpack/views/Box.py
figpack/views/DataFrame.py
figpack/views/Gallery.py
figpack/views/GalleryItem.py
figpack/views/Iframe.py
figpack/views/Image.py
figpack/views/LayoutItem.py
figpack/views/Markdown.py
figpack/views/MatplotlibFigure.py
figpack/views/MountainLayout.py
figpack/views/MountainLayoutItem.py
figpack/views/MultiChannelTimeseries.py
figpack/views/Spectrogram.py
figpack/views/Splitter.py
figpack/views/TabLayout.py
figpack/views/TabLayoutItem.py
figpack/views/TimeseriesGraph.py
figpack/views/__init__.py
figpack/views/PlotlyExtension/PlotlyExtension.py
figpack/views/PlotlyExtension/__init__.py
figpack/views/PlotlyExtension/_plotly_extension.py
figpack/views/PlotlyExtension/plotly_view.js
tests/test_box.py
tests/test_cli.py
tests/test_core.py
tests/test_dataframe.py
tests/test_extension_system.py
tests/test_figpack_view.py
tests/test_file_handler.py
tests/test_gallery.py
tests/test_image.py
tests/test_markdown.py
tests/test_matplotlib_figure.py
tests/test_multichannel_timeseries.py
tests/test_plotly_figure.py
tests/test_server_manager.py
tests/test_spectrogram.py
tests/test_splitter.py
tests/test_tablayout.py
tests/test_timeseries_graph.py
tests/test_upload_bundle.py
tests/test_view_figure.py