LICENSE
MANIFEST.in
README.md
pyproject.toml
figpack/__init__.py
figpack/cli.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/_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/figpack_view.py
figpack/figpack-figure-dist/index.html
figpack/figpack-figure-dist/assets/index-CjiTpC6i.js
figpack/figpack-figure-dist/assets/index-Cmae55E4.css
figpack/figpack-figure-dist/assets/neurosift-logo-CLsuwLMO.png
figpack/franklab/__init__.py
figpack/franklab/views/TrackAnimation.py
figpack/franklab/views/__init__.py
figpack/spike_sorting/__init__.py
figpack/spike_sorting/views/AutocorrelogramItem.py
figpack/spike_sorting/views/Autocorrelograms.py
figpack/spike_sorting/views/AverageWaveforms.py
figpack/spike_sorting/views/CrossCorrelogramItem.py
figpack/spike_sorting/views/CrossCorrelograms.py
figpack/spike_sorting/views/RasterPlot.py
figpack/spike_sorting/views/RasterPlotItem.py
figpack/spike_sorting/views/SpikeAmplitudes.py
figpack/spike_sorting/views/SpikeAmplitudesItem.py
figpack/spike_sorting/views/UnitSimilarityScore.py
figpack/spike_sorting/views/UnitsTable.py
figpack/spike_sorting/views/UnitsTableColumn.py
figpack/spike_sorting/views/UnitsTableRow.py
figpack/spike_sorting/views/__init__.py
figpack/views/Box.py
figpack/views/DataFrame.py
figpack/views/Gallery.py
figpack/views/GalleryItem.py
figpack/views/Image.py
figpack/views/LayoutItem.py
figpack/views/Markdown.py
figpack/views/MatplotlibFigure.py
figpack/views/MultiChannelTimeseries.py
figpack/views/PlotlyFigure.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
tests/test_average_waveforms.py
tests/test_box.py
tests/test_cli.py
tests/test_core.py
tests/test_dataframe.py
tests/test_figpack_view.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_raster_plot.py
tests/test_server_manager.py
tests/test_show_view.py
tests/test_spectrogram.py
tests/test_spike_amplitudes.py
tests/test_spike_sorting_correlograms.py
tests/test_splitter.py
tests/test_tablayout.py
tests/test_timeseries_graph.py
tests/test_track_animation.py
tests/test_units_table.py
tests/test_upload_bundle.py
tests/test_view_figure.py