.. _spkg_widgetsnbextension:

widgetsnbextension: Jupyter notebook extension for interactive HTML widgets
===========================================================================

Description
-----------

Interactive HTML widgets for Jupyter notebooks.

Type
----

standard


Dependencies
------------

- $(PYTHON)
- $(PYTHON_TOOLCHAIN)
- :ref:`spkg_jupyter_core`

Version Information
-------------------

package-version.txt::

    3.6.1

install-requires.txt::

    widgetsnbextension >=3.5.1


Equivalent System Packages
--------------------------

arch:

.. CODE-BLOCK:: bash

    $ sudo pacman -S  jupyter-widgetsnbextension


conda:

.. CODE-BLOCK:: bash

    $ conda install  widgetsnbextension


Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  python-widgetsnbextension


freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install devel/py-widgetsnbextension


gentoo:

.. CODE-BLOCK:: bash

    $ sudo emerge dev-python/widgetsnbextension


macports:
install the following packages: py-widgetsnbextension

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install jupyter-widgetsnbextension


void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  python3-jupyter_widgetsnbextension


See https://repology.org/project/python:widgetsnbextension/versions, https://repology.org/project/jupyter-widgetsnbextension/versions, https://repology.org/project/python:jupyter-widgetsnbextension/versions


However, these system packages will not be used for building Sage
because using Python site-packages is not supported by the Sage distribution;
see :trac:`29023`

