Files
python-bqplot/python-bqplot.spec

108 lines
3.5 KiB
RPMSpec
Raw Normal View History

Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
#
# spec file for package python-bqplot
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
Name: python-bqplot
Version: 0.12.0
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
Release: 0
Summary: Interactive plotting package for the Jupyter notebook
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/bloomberg/bqplot
Source: https://files.pythonhosted.org/packages/source/b/bqplot/bqplot-%{version}.tar.gz
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module setuptools}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: jupyter-bqplot = %{version}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
Requires: python-ipywidgets >= 7.0.0a8
Requires: python-numpy >= 1.10.4
Requires: python-pandas
Requires: python-traitlets >= 4.3.0
Requires: python-traittypes >= 0.0.6
Provides: python-jupyter_bqplot = %{version}
Obsoletes: python-jupyter_bqplot < %{version}
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module ipywidgets >= 7.0.0a8}
BuildRequires: %{python_module numpy >= 1.10.4}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module traitlets >= 4.3.0}
BuildRequires: %{python_module traittypes >= 0.0.6}
# /SECTION
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%python_subpackages
%description
Plotting system for the Jupyter notebook based on the
interactive Jupyter widgets.
This package provides the python interface.
%package -n jupyter-bqplot
Summary: Interactive plotting package for the Jupyter notebook
Requires: jupyter-notebook
Requires: python3-bqplot = %{version}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%description -n jupyter-bqplot
Plotting system for the Jupyter notebook based on the
interactive Jupyter widgets.
This package provides the jupyter notebook extension.
%prep
%setup -q -n bqplot-%{version}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%build
%python_build
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%install
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%fdupes %{buildroot}%{_jupyter_nb_notebook_confdir}
%fdupes %{buildroot}%{_jupyter_nbextension_dir}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%{python_expand sed -i -e "s|^#!%{_bindir}/env python|#!%{__$python}|" %{buildroot}%{$python_sitelib}/bqplot/install.py
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
chmod a+x %{buildroot}%{$python_sitelib}/bqplot/install.py
$python -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/bqplot/
$python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/bqplot/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
}
%{jupyter_move_config}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -c "import bqplot"
}
%files %{python_files}
%doc README.md
%license LICENSE
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%{python_sitelib}/bqplot/
%{python_sitelib}/bqplot-%{version}-py*.egg-info
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%files -n jupyter-bqplot
%license LICENSE
%config %{_jupyter_nb_notebook_confdir}/bqplot.json
%{_jupyter_nbextension_dir}/bqplot/
%changelog