figpack 0.2.29__tar.gz → 0.2.30__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of figpack might be problematic. Click here for more details.
- {figpack-0.2.29/figpack.egg-info → figpack-0.2.30}/PKG-INFO +1 -1
- {figpack-0.2.29 → figpack-0.2.30}/figpack/__init__.py +1 -1
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Iframe.py +1 -1
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Markdown.py +1 -1
- {figpack-0.2.29 → figpack-0.2.30/figpack.egg-info}/PKG-INFO +1 -1
- {figpack-0.2.29 → figpack-0.2.30}/pyproject.toml +1 -1
- {figpack-0.2.29 → figpack-0.2.30}/LICENSE +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/MANIFEST.in +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/README.md +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/cli.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/__init__.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_bundle_utils.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_file_handler.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_save_figure.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_server_manager.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_show_view.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_upload_bundle.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_view_figure.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/config.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/extension_view.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/figpack_extension.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/figpack_view.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/core/zarr.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/extensions.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/assets/index-CSkROe6e.js +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/assets/index-V5m_wCvw.css +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/assets/neurosift-logo-CLsuwLMO.png +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/index.html +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Box.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/DataFrame.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Gallery.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/GalleryItem.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Image.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/LayoutItem.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/MatplotlibFigure.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/MountainLayout.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/MountainLayoutItem.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/MultiChannelTimeseries.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/PlotlyExtension/PlotlyExtension.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/PlotlyExtension/__init__.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/PlotlyExtension/_plotly_extension.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/PlotlyExtension/plotly_view.js +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Spectrogram.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Splitter.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/TabLayout.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/TabLayoutItem.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/TimeseriesGraph.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack/views/__init__.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/SOURCES.txt +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/dependency_links.txt +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/entry_points.txt +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/requires.txt +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/top_level.txt +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/setup.cfg +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_box.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_cli.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_core.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_dataframe.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_extension_system.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_figpack_view.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_file_handler.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_gallery.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_image.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_markdown.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_matplotlib_figure.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_multichannel_timeseries.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_plotly_figure.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_server_manager.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_spectrogram.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_splitter.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_tablayout.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_timeseries_graph.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_upload_bundle.py +0 -0
- {figpack-0.2.29 → figpack-0.2.30}/tests/test_view_figure.py +0 -0
|
@@ -37,7 +37,7 @@ class Iframe(FigpackView):
|
|
|
37
37
|
url_array = np.frombuffer(url_bytes, dtype=np.uint8)
|
|
38
38
|
|
|
39
39
|
# Store the URL as a zarr array
|
|
40
|
-
group.create_dataset("url_data", data=url_array
|
|
40
|
+
group.create_dataset("url_data", data=url_array)
|
|
41
41
|
|
|
42
42
|
# Store URL size in attrs
|
|
43
43
|
group.attrs["data_size"] = len(url_bytes)
|
|
@@ -42,7 +42,7 @@ class Markdown(FigpackView):
|
|
|
42
42
|
content_array = np.frombuffer(content_bytes, dtype=np.uint8)
|
|
43
43
|
|
|
44
44
|
# Store the markdown content as a zarr array
|
|
45
|
-
group.create_dataset("content_data", data=content_array
|
|
45
|
+
group.create_dataset("content_data", data=content_array)
|
|
46
46
|
|
|
47
47
|
# Store content size in attrs
|
|
48
48
|
group.attrs["data_size"] = len(content_bytes)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "figpack"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.30"
|
|
8
8
|
description = "A Python package for creating shareable, interactive visualizations in the browser"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/assets/neurosift-logo-CLsuwLMO.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|