mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-01 22:13:01 +00:00
first commit
This commit is contained in:
@ -0,0 +1 @@
|
||||
pip
|
@ -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.
|
@ -0,0 +1,45 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: widgetsnbextension
|
||||
Version: 3.6.0
|
||||
Summary: IPython HTML widgets for Jupyter
|
||||
Home-page: http://ipython.org
|
||||
Author: IPython Development Team
|
||||
Author-email: ipython-dev@scipy.org
|
||||
License: BSD
|
||||
Keywords: Interactive,Interpreter,Shell,Web
|
||||
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 :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Framework :: Jupyter
|
||||
License-File: LICENSE
|
||||
Requires-Dist: notebook (>=4.4.1)
|
||||
|
||||
|
||||
.. image:: https://img.shields.io/pypi/v/widgetsnbextension.svg
|
||||
:target: https://pypi.python.org/pypi/widgetsnbextension/
|
||||
:alt: Version Number
|
||||
|
||||
.. image:: https://img.shields.io/pypi/dm/widgetsnbextension.svg
|
||||
:target: https://pypi.python.org/pypi/widgetsnbextension/
|
||||
:alt: Number of PyPI downloads
|
||||
|
||||
Interactive HTML Widgets
|
||||
========================
|
||||
|
||||
Interactive HTML widgets for Jupyter notebooks.
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
Install the corresponding package for your kernel. i.e. Python users would also
|
||||
install `ipywidgets`. Refer to that package's documentation for usage
|
||||
instructions.
|
||||
|
||||
|
@ -0,0 +1,15 @@
|
||||
../../etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json,sha256=qFXzCZ_LuMf4hb9c_yVEM7g0tJtnaZUJ_XM-zvaFyig,72
|
||||
../../share/jupyter/nbextensions/jupyter-js-widgets/extension.js,sha256=ElYSu4uqfwv0AEEDQJX78GqMrLehhkt1jGnbhuSxMVU,647255
|
||||
../../share/jupyter/nbextensions/jupyter-js-widgets/extension.js.map,sha256=Ji2ZeQXHNDWfgD1FXLHNnyK3rUyYog5LJas-AhnR_f0,2754606
|
||||
widgetsnbextension-3.6.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
widgetsnbextension-3.6.0.dist-info/LICENSE,sha256=5awr4wsrzv4zDunlrX_lsNEVb-yzVV_KqpCKjSn5_e0,1513
|
||||
widgetsnbextension-3.6.0.dist-info/METADATA,sha256=aK8e2YOiCWNUt2m8LuoaL65w3dTNkWXT7F_qa5MXNUE,1337
|
||||
widgetsnbextension-3.6.0.dist-info/RECORD,,
|
||||
widgetsnbextension-3.6.0.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
||||
widgetsnbextension-3.6.0.dist-info/top_level.txt,sha256=8mUbfjjdQrlSNE3WjLz-1BElRoeM8-4hzUZkHlbxVvs,19
|
||||
widgetsnbextension/__init__.py,sha256=Ix58iw6xT3misN2PudDxnGeIgFxBMPbUAhK3VPamQNY,765
|
||||
widgetsnbextension/__pycache__/__init__.cpython-310.pyc,,
|
||||
widgetsnbextension/__pycache__/_version.cpython-310.pyc,,
|
||||
widgetsnbextension/_version.py,sha256=BlGsvkfqQ65_KdkBve5bPzg0jga1LJr-0rmfhjpTgwQ,281
|
||||
widgetsnbextension/static/extension.js,sha256=ElYSu4uqfwv0AEEDQJX78GqMrLehhkt1jGnbhuSxMVU,647255
|
||||
widgetsnbextension/static/extension.js.map,sha256=Ji2ZeQXHNDWfgD1FXLHNnyK3rUyYog5LJas-AhnR_f0,2754606
|
@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.37.1)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
@ -0,0 +1 @@
|
||||
widgetsnbextension
|
Reference in New Issue
Block a user