This commit is contained in:
Christian Mantha
2026-03-02 19:10:52 -05:00
commit 2ca0b9ef7c
28907 changed files with 5233713 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
Metadata-Version: 2.4
Name: widgetsnbextension
Version: 4.0.15
Summary: Jupyter interactive widgets for Jupyter Notebook
Home-page: http://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD 3-Clause License
Keywords: Interactive,Interpreter,Shell,Web,notebook,widgets,Jupyter
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Jupyter
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
# Jupyter Widgets for Jupyter Notebook
[![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
This package makes Jupyter widgets available in the classic Jupyter Notebook. This package provides the necessary JavaScript controls in the Jupyter Notebook that communicate with the widget objects in the kernel.
Install the corresponding Jupyter widgets package into your kernel, i.e., IPython users would install `ipywidgets` into their kernel.

View File

@@ -0,0 +1,17 @@
../../../etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json,sha256=qFXzCZ_LuMf4hb9c_yVEM7g0tJtnaZUJ_XM-zvaFyig,72
../../../share/jupyter/nbextensions/jupyter-js-widgets/extension.js,sha256=uQDfEs1rA4tGTvzdO1Zd18DJNYiaF8xHyWdd6uL_LDA,958166
../../../share/jupyter/nbextensions/jupyter-js-widgets/extension.js.LICENSE.txt,sha256=zvmyWkhMOh6QcQoetk6Ge-SyBZ3SH2KvG-oAGsiS_Yc,379
../../../share/jupyter/nbextensions/jupyter-js-widgets/extension.js.map,sha256=vU29Q0bWUNMAvBDb6OJOaT7xt2owauKPr67hfTuYkTY,3607562
widgetsnbextension-4.0.15.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
widgetsnbextension-4.0.15.dist-info/METADATA,sha256=3YENEzJUjs5y4wGYlq5pydnVhHqoXS8BuQNDLhVE9j0,1617
widgetsnbextension-4.0.15.dist-info/RECORD,,
widgetsnbextension-4.0.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
widgetsnbextension-4.0.15.dist-info/licenses/LICENSE,sha256=5awr4wsrzv4zDunlrX_lsNEVb-yzVV_KqpCKjSn5_e0,1513
widgetsnbextension-4.0.15.dist-info/top_level.txt,sha256=8mUbfjjdQrlSNE3WjLz-1BElRoeM8-4hzUZkHlbxVvs,19
widgetsnbextension/__init__.py,sha256=Ix58iw6xT3misN2PudDxnGeIgFxBMPbUAhK3VPamQNY,765
widgetsnbextension/__pycache__/__init__.cpython-39.pyc,,
widgetsnbextension/__pycache__/_version.cpython-39.pyc,,
widgetsnbextension/_version.py,sha256=FPwE4LwnBbx59E_aLNbXFpRV0p2izLEtSEJ1-DKK-GI,125
widgetsnbextension/static/extension.js,sha256=uQDfEs1rA4tGTvzdO1Zd18DJNYiaF8xHyWdd6uL_LDA,958166
widgetsnbextension/static/extension.js.LICENSE.txt,sha256=zvmyWkhMOh6QcQoetk6Ge-SyBZ3SH2KvG-oAGsiS_Yc,379
widgetsnbextension/static/extension.js.map,sha256=vU29Q0bWUNMAvBDb6OJOaT7xt2owauKPr67hfTuYkTY,3607562

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (80.9.0)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1,27 @@
Copyright (c) 2015 Project Jupyter Contributors
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@@ -0,0 +1 @@
widgetsnbextension