interactive-figure 0.4.0__tar.gz → 0.4.1__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 interactive-figure might be problematic. Click here for more details.
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/PKG-INFO +1 -1
- interactive_figure-0.4.1/demo/fullscreen.py +8 -0
- interactive_figure-0.4.1/src/interactive_figure/__about__.py +1 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/src/interactive_figure/interactive_figure.py +1 -1
- interactive_figure-0.4.0/src/interactive_figure/__about__.py +0 -1
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/.gitignore +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/LICENSE.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/README.md +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/demo/press.py +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/demo/reaction_time.py +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/demo/usage.py +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.buildinfo +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.buildinfo.bak +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.doctrees/autoapi/index.doctree +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.doctrees/autoapi/interactive_figure/__about__/index.doctree +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.doctrees/autoapi/interactive_figure/index.doctree +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.doctrees/autoapi/interactive_figure/interactive_figure/index.doctree +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.doctrees/environment.pickle +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.doctrees/index.doctree +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/.nojekyll +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/autoapi/index.rst +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/autoapi/index.rst.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/autoapi/interactive_figure/__about__/index.rst.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/autoapi/interactive_figure/index.rst +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/autoapi/interactive_figure/index.rst.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/autoapi/interactive_figure/interactive_figure/index.rst +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/autoapi/interactive_figure/interactive_figure/index.rst.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/index.rst +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_sources/index.rst.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/basic.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/badge_only.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/theme.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/debug.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/doctools.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/documentation_options.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/file.png +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bold.eot +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bold.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bold.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-italic.eot +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-italic.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-italic.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-regular.eot +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-regular.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-regular.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/graphviz.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/images/logo_binder.svg +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/images/logo_colab.png +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/images/logo_deepnote.svg +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/images/logo_jupyterhub.svg +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/jquery.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/js/badge_only.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/js/html5shiv.min.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/js/theme.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/js/versions.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/language_data.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ar/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/bg/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/bn/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ca/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/cs/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/da/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/de/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/el/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/eo/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/es/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/et/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/fi/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/fr/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/hr/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/id/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/it/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/iw/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ja/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ko/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/lt/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/lv/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ml/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/mr/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ms/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/nl/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/no/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/pl/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/pt/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ro/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ru/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/sk/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/sl/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/sr/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/sv/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ta/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/te/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/tg/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/th/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/tl/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/tr/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/uk/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/ur/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/vi/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/zh_CN/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/locales/zh_TW/LC_MESSAGES/booktheme.po +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/minus.png +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/plus.png +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/pygments.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/sbt-webpack-macros.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/bootstrap.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/bootstrap.js.LICENSE.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/bootstrap.js.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/furo-extensions.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/furo.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/furo.js.LICENSE.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/furo.js.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/pydata-sphinx-theme.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/pydata-sphinx-theme.js.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/sphinx-book-theme.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/sphinx-book-theme.js.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/searchtools.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/skeleton.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/sphinx_highlight.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/bootstrap.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/bootstrap.css.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/furo-extensions.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/furo-extensions.css.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/furo.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/furo.css.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/pydata-sphinx-theme.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/pydata-sphinx-theme.css.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/sphinx-book-theme.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/sphinx-book-theme.css.map +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/theme.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/LICENSE.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/css/all.min.css +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/js/all.min.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2 +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/webpack-macros.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/autoapi/index.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/autoapi/interactive_figure/__about__/index.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/autoapi/interactive_figure/index.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/autoapi/interactive_figure/interactive_figure/index.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/genindex.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/index.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/objects.inv +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/py-modindex.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/search.html +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/searchindex.js +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs_source/conf.py +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs_source/index.rst +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/generate_docs.sh +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/pyproject.toml +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/src/interactive_figure/__init__.py +0 -0
- {interactive_figure-0.4.0 → interactive_figure-0.4.1}/tests/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: interactive-figure
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Create interactive Matplotlib figures!
|
|
5
5
|
Project-URL: Documentation, https://teuncm.github.io/interactive-figure/autoapi/interactive_figure/interactive_figure/index.html
|
|
6
6
|
Project-URL: Issues, https://github.com/teuncm/interactive-figure/issues
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.4.1"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.4.0"
|
|
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
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/fontawesome-webfont.eot
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/fontawesome-webfont.svg
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/fontawesome-webfont.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-bold-italic.woff
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-bold-italic.woff2
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-bold.woff2
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-normal-italic.woff
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-normal.woff
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/css/fonts/lato-normal.woff2
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
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bold.woff
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bold.woff2
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bolditalic.eot
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bolditalic.ttf
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bolditalic.woff
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-bolditalic.woff2
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-italic.eot
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-italic.ttf
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-italic.woff
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-italic.woff2
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-regular.eot
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-regular.ttf
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-regular.woff
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/fonts/Lato/lato-regular.woff2
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
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/images/logo_jupyterhub.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/js/html5shiv-printshiv.min.js
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/bootstrap.js.LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/furo-extensions.js
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/furo.js.LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/pydata-sphinx-theme.js
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/sphinx-book-theme.js
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/scripts/sphinx-book-theme.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/furo-extensions.css
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/furo-extensions.css.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/pydata-sphinx-theme.css
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/sphinx-book-theme.css
RENAMED
|
File without changes
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/_static/styles/sphinx-book-theme.css.map
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
|
{interactive_figure-0.4.0 → interactive_figure-0.4.1}/docs/autoapi/interactive_figure/index.html
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
|