LICENSE.txt
MANIFEST.in
README.md
install.json
jupyter_bifrost.json
package.json
pyproject.toml
pytest.ini
setup.cfg
setup.py
tsconfig.json
webpack.config.js
css/widget.css
docs/Makefile
docs/environment.yml
docs/make.bat
docs/source/conf.py
docs/source/develop-install.rst
docs/source/index.rst
docs/source/installing.rst
docs/source/introduction.rst
docs/source/_static/embed-bundle.js.LICENSE.txt
docs/source/_static/helper.js
docs/source/examples/index.rst
docs/source/examples/introduction.nblink
examples/introduction.ipynb
jupyter_bifrost/__init__.py
jupyter_bifrost/_frontend.py
jupyter_bifrost/_version.py
jupyter_bifrost/bifrost.py
jupyter_bifrost/bifrost_api.py
jupyter_bifrost/bifrost_magic.py
jupyter_bifrost.egg-info/PKG-INFO
jupyter_bifrost.egg-info/SOURCES.txt
jupyter_bifrost.egg-info/dependency_links.txt
jupyter_bifrost.egg-info/requires.txt
jupyter_bifrost.egg-info/top_level.txt
jupyter_bifrost/labextension/package.json
jupyter_bifrost/labextension/static/172.0fe3f5effdc74cebe194.js
jupyter_bifrost/labextension/static/223.06c345a9899216f36c59.js
jupyter_bifrost/labextension/static/270.4fa1be742be40bd35b04.js
jupyter_bifrost/labextension/static/284.e19c41ec51e1b15c2c57.js
jupyter_bifrost/labextension/static/284.e19c41ec51e1b15c2c57.js.LICENSE.txt
jupyter_bifrost/labextension/static/317.fab5f0d4095cf3bc5a79.js
jupyter_bifrost/labextension/static/367.41778b06e2ec75b672ca.js
jupyter_bifrost/labextension/static/396.7d4d081710156350e5c1.js
jupyter_bifrost/labextension/static/423.1e823a1d3d572a0fa09b.js
jupyter_bifrost/labextension/static/437.2a4a6d737d477e806526.js
jupyter_bifrost/labextension/static/456.c4b9d92f592cec2eb583.js
jupyter_bifrost/labextension/static/456.c4b9d92f592cec2eb583.js.LICENSE.txt
jupyter_bifrost/labextension/static/461.c38c2173c4dd491fd08b.js
jupyter_bifrost/labextension/static/461.c38c2173c4dd491fd08b.js.LICENSE.txt
jupyter_bifrost/labextension/static/480.58547c615a3a3ffa9509.js
jupyter_bifrost/labextension/static/502.573b7bab906a875143f4.js
jupyter_bifrost/labextension/static/568.c6e65ab47dea4be5ed8c.js
jupyter_bifrost/labextension/static/581.6f84069b5c93f9e22d7b.js
jupyter_bifrost/labextension/static/683.90f56d7dd2ede7c8ce22.js
jupyter_bifrost/labextension/static/697.7924513910beb67d7dc8.js
jupyter_bifrost/labextension/static/823.5ccd73824f3535ab2285.js
jupyter_bifrost/labextension/static/834.995fcb27e2548f359825.js
jupyter_bifrost/labextension/static/860.1ed4d55347abcd2701ab.js
jupyter_bifrost/labextension/static/877.4d4d38444089ae2c3a07.js
jupyter_bifrost/labextension/static/889.845480fa4937b9b7ed93.js
jupyter_bifrost/labextension/static/990.972e2f945af97c966394.js
jupyter_bifrost/labextension/static/remoteEntry.6c2236b141627dee5454.js
jupyter_bifrost/labextension/static/style.js
jupyter_bifrost/labextension/static/third-party-licenses.json
jupyter_bifrost/nbextension/extension.js
jupyter_bifrost/tests/__init__.py
jupyter_bifrost/tests/conftest.py
jupyter_bifrost/tests/test_nbextension_path.py
src/constants.ts
src/custom.d.ts
src/extension.ts
src/index.ts
src/plugin.ts
src/theme.ts
src/version.ts
src/widget.ts
src/__tests__/VegaPandasTranslator.spec.ts
src/__tests__/index.spec.ts
src/__tests__/utils.ts
src/__tests__/mocks/compassql.ts
src/__tests__/mocks/draco-core.ts
src/assets/early-clock.svg
src/assets/late-clock.svg
src/assets/icons/Icon.d.ts
src/assets/icons/SideBarCollapsibleButtonIcon.tsx
src/assets/icons/chartIcons/BarChartIcon.tsx
src/assets/icons/chartIcons/BoxPlotChartIcon.tsx
src/assets/icons/chartIcons/ChartIcons.ts
src/assets/icons/chartIcons/CircleChartIcon.tsx
src/assets/icons/chartIcons/ErrorBandChartIcon.tsx
src/assets/icons/chartIcons/ErrorBarChartIcon.tsx
src/assets/icons/chartIcons/LineChartIcon.tsx
src/assets/icons/chartIcons/PieChartIcon.tsx
src/assets/icons/chartIcons/ScatterChartIcon.tsx
src/assets/icons/chartIcons/SquareChartIcon.tsx
src/assets/icons/chartIcons/TickChartIcon.tsx
src/assets/icons/filterIcons/AggregateIcon.tsx
src/assets/icons/filterIcons/FilterIconMap.ts
src/assets/icons/filterIcons/FilterSliderIcon.tsx
src/assets/icons/filterIcons/FunnelIcon.tsx
src/assets/icons/filterIcons/ScaleIcon.tsx
src/assets/icons/typeIcons/CategoryIcon.tsx
src/assets/icons/typeIcons/NumericalIcon.tsx
src/assets/icons/typeIcons/TypeIconMap.ts
src/components/BifrostReactWidget.tsx
src/components/Graph.tsx
src/components/NavBar.tsx
src/components/Tooltip.tsx
src/components/VisualizationScreen.tsx
src/components/HelpScreen/HelpScreen.tsx
src/components/HelpScreen/articles.ts
src/components/Onboarding/ChartChooser.tsx
src/components/Onboarding/ChartFilter.tsx
src/components/Onboarding/ColumnSelectorSidebar.tsx
src/components/Onboarding/KeyboardNav.tsx
src/components/Onboarding/OnboardingWidget.tsx
src/components/Sidebar/Sidebar.tsx
src/components/Sidebar/Tabs/AddPillScreen.tsx
src/components/Sidebar/Tabs/EditTab.tsx
src/components/Sidebar/Tabs/FilterScreen.tsx
src/components/Sidebar/Tabs/HistoryTab.tsx
src/components/Sidebar/Tabs/NearByTab.tsx
src/components/Sidebar/Tabs/CustomizationTab/CustomizationTab.tsx
src/components/Sidebar/Tabs/CustomizationTab/ScaleSubTab.tsx
src/components/Sidebar/Tabs/CustomizationTab/StyleSubTab.tsx
src/components/ui-widgets/GraphPill.tsx
src/components/ui-widgets/Loader.tsx
src/components/ui-widgets/Modal.tsx
src/components/ui-widgets/MoreMenu.tsx
src/components/ui-widgets/Pill.tsx
src/components/ui-widgets/RangeSlider.tsx
src/components/ui-widgets/SearchBar.tsx
src/components/ui-widgets/Slider.tsx
src/hooks/bifrost-model.ts
src/hooks/useSpecHistory.ts
src/modules/BifrostVega.tsx
src/modules/VegaEncodings.ts
src/modules/VegaFilters.ts
src/modules/VegaPandasTranslator.ts
src/modules/utils.ts