first commit

This commit is contained in:
Ayxan
2022-05-23 00:16:32 +04:00
commit d660f2a4ca
24786 changed files with 4428337 additions and 0 deletions

View File

@@ -0,0 +1,314 @@
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.
------------------------------------------------------------------------------
This package bundles several JavaScript npm packages in the
jupyterlab_widgets/static directory. Their licenses (as packaged in their
distributions in the node_modules package installation directory) are copied
below.
------------------------------------------------------------------------------
From css-loader/LICENSE:
Copyright JS Foundation and other contributors
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------------------------------------------------------------------------------
From style-loader/LICENSE:
Copyright JS Foundation and other contributors
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------------------------------------------------------------------------------
From backbone/backbone.js
// (c) 2010-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// Backbone may be freely distributed under the MIT license.
// For all details and documentation:
// http://backbonejs.org
------------------------------------------------------------------------------
From base-64/LICENSE
The MIT License (MIT)
Copyright (c) 2014 Jameson Little
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
------------------------------------------------------------------------------
From lodash/LICENSE
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
Based on Underscore.js, copyright Jeremy Ashkenas,
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/lodash/lodash
The following license applies to all parts of this software except as
documented below:
====
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====
Copyright and related rights for sample code are waived via CC0. Sample
code is defined as all source code displayed within the prose of the
documentation.
CC0: http://creativecommons.org/publicdomain/zero/1.0/
====
Files located in the node_modules and vendor directories are externally
maintained libraries used by this software which have their own
licenses; we recommend you read them, as their terms may differ from the
terms above.
------------------------------------------------------------------------------
From d3-format/LICENSE:
Copyright 2010-2015 Mike Bostock
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* 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.
* Neither the name of the author nor the names of 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 OWNER 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.
------------------------------------------------------------------------------
From jquery-ui/LICENSE.txt
Copyright jQuery Foundation and other contributors, https://jquery.org/
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/jquery/jquery-ui
The following license applies to all parts of this software except as
documented below:
====
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====
Copyright and related rights for sample code are waived via CC0. Sample
code is defined as all source code contained within the demos directory.
CC0: http://creativecommons.org/publicdomain/zero/1.0/
====
All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.
------------------------------------------------------------------
From jquery/LICENSE.txt
Copyright JS Foundation and other contributors, https://js.foundation/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------------------------------------------------------------------
From semver/LICENSE:
The ISC License
Copyright (c) Isaac Z. Schlueter and Contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
------------------------------------------------------------------
From underscore/LICENSE
Copyright (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative
Reporters & Editors
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -0,0 +1,97 @@
Metadata-Version: 2.1
Name: jupyterlab-widgets
Version: 1.1.0
Summary: A JupyterLab extension.
Home-page: https://github.com/jupyter-widgets/ipywidgets
Author: Jupyter Development Team
License: BSD-3-Clause
Keywords: Jupyter,JupyterLab,JupyterLab3
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Jupyter Widgets JupyterLab Extension
====================================
A JupyterLab 3.0 extension for Jupyter/IPython widgets.
## Installation
To enable ipywidgets support in JupyterLab 3.x:
```bash
pip install jupyterlab_widgets
```
### Version compatibility
Prior to JupyterLab 3.0, use the appropriate command from the following list
to install a compatible JupyterLab extension.
* For JupyterLab 0.30, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.31`
* For JupyterLab 0.31rc1, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.32`
* For JupyterLab 0.31rc2, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.33`
* For JupyterLab 0.31.x, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.34`
* For JupyterLab 0.32.x, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.35`
* For JupyterLab 0.33.x, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.36`
* For JupyterLab 0.34.x, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.37`
* For JupyterLab 0.35.x, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38`
* For JupyterLab 1.0.x and 1.1.x, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0`
* For JupyterLab 1.2.x, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1`
* For JupyterLab 2.x, use `jupyter labextension install @jupyter-widgets/jupyterlab-manager@2`
## Contributing
### Development install
Note: You will need Node.js to build the extension package.
The `jlpm` command is JupyterLab's pinned version of
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
`yarn` or `npm` in lieu of `jlpm` below.
```bash
# Clone the repo to your local environment
# Change directory to the jupyterlab_widgets directory
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm run build
```
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
```bash
# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab
```
With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).
### Uninstall
```bash
pip uninstall jupyterlab_widgets
```

View File

@@ -0,0 +1,48 @@
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/install.json,sha256=e65KcDNtdaA4aZgF1mLHIhwaoIzpH9LmUueG4iJYmI0,197
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/package.json,sha256=fkfEvEqGd_toiM9sCORIW64cdxnM5aFHHynN7O0tws0,3358
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/schemas/@jupyter-widgets/jupyterlab-manager/package.json.orig,sha256=IFr6miRl-uMzZx1jMdWDXqmQzGI84u-Y0kyUGNy68DM,3242
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/schemas/@jupyter-widgets/jupyterlab-manager/plugin.json,sha256=IWNBmBm-GTATCrzha5m-Kh0Gt6H4KzGsnzcuSigjx2A,375
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/1.6c3ab69171002cbfa04f.js,sha256=Zg79NzfggdrKwIy-7gZ2uj2Q3xmeA5jxTxZLgIix8Ow,186
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/18.f118e1803f733ced1c64.js,sha256=95zZ7ibPfE6f3PsYFpyL4lAlEDF4vXp7Hm_dW8Pzwis,1255
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/243.6c384ff2649ef572a18a.js,sha256=IhRIkVju7rn246fEeUKMRVkCAlzf30zqC6FA1s2mDjk,17929
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/272.eb0d340d1eec40ac564f.js,sha256=1VAQxkVsKCrOq0GKcFId5D4f8ufKWOuqKdfhe6NM26s,39726
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/279.aa88a78c8bf62c65db54.js,sha256=T47fQjDdIHPrdlcPnI-uIM5CtoBFn23Z0Vmo-nmRpAw,18420
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/466.5d90ab5db1989cd070fe.js,sha256=OtTlBksq-eSgW3thZ7jT07UzLkUjfKJCjobvk_diSXI,111537
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/523.92b431af199caa12622d.js,sha256=5npee6iSQRs7ITjazZKp0-BCxjGVmhPh8W_UkhEAVT8,54072
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/638.f3e5e34a28f3334d4f08.js,sha256=6GtMQX3z6m4qNVVJQ3DbRB2ahIFpjjpJfrFwi-oc7pI,88696
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/638.f3e5e34a28f3334d4f08.js.LICENSE.txt,sha256=uSlAtQ7tNBplwp2AoeQ_xl6_bCP16-G7EZN16px9f0c,471
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/803.b7b75bd6e7977a648c67.js,sha256=FXeo06Db-AUUSvjU7OAXTq3jHytjg3DPBF0Lgf7VwnQ,37904
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/86.af9bcf169ccd6886c41b.js,sha256=WDUIabkhIwsxCaBjdTJpZn12ZfSg6T-zuflVb0rz7Y4,1255
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/95.b5a5ff10000a6051fa99.js,sha256=29DJrzlG_8W7cIbWX5ENzFP0er17m00yFIsp99I_g14,27436
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/95.b5a5ff10000a6051fa99.js.LICENSE.txt,sha256=NJjtPoteDWGWLTiaK3vdW-fQ3ZvLkOCtD57VGXA1Wlg,719
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/remoteEntry.3421943a0ce73f10909d.js,sha256=zqRg0oVXo7h2ylXXzhLV6cmr_ciNDDFYpUevuQtsEqI,9697
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/static/style.js,sha256=-CQt0ZTPaCTvrRiLcznxflAbfvIKlOVzjOos-muaXQ8,118
jupyterlab_widgets-1.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
jupyterlab_widgets-1.1.0.dist-info/LICENSE,sha256=trEQoWEmoHyG0vNGQpIqjSN8jbL5RtfgOO4a0jSHPrg,14495
jupyterlab_widgets-1.1.0.dist-info/METADATA,sha256=UGDFXrkytvT5qlV9XGfO5q8NUr2H17ZJoJ01-PVWh9E,3733
jupyterlab_widgets-1.1.0.dist-info/RECORD,,
jupyterlab_widgets-1.1.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
jupyterlab_widgets-1.1.0.dist-info/top_level.txt,sha256=0JjAETJd6I9LcFhTrGwT58Jya8iFOjvsvncSYkDe1JM,19
jupyterlab_widgets/.gitignore,sha256=S2QjpxOOTH6e5WAEFonNaOkYs9twSX9Ye9Uzf6LGpYk,133
jupyterlab_widgets/__init__.py,sha256=hW84pHvkfgQa6FPtTk7nGZVcrfFA6APy0f8nYOHw2nE,326
jupyterlab_widgets/__pycache__/__init__.cpython-310.pyc,,
jupyterlab_widgets/__pycache__/_version.cpython-310.pyc,,
jupyterlab_widgets/_version.py,sha256=OWLRYWVcjhA9F7PlzbL7ecvpSeSY6R3DgS2r_Ty0Q6Y,281
jupyterlab_widgets/labextension/package.json,sha256=fkfEvEqGd_toiM9sCORIW64cdxnM5aFHHynN7O0tws0,3358
jupyterlab_widgets/labextension/schemas/@jupyter-widgets/jupyterlab-manager/package.json.orig,sha256=IFr6miRl-uMzZx1jMdWDXqmQzGI84u-Y0kyUGNy68DM,3242
jupyterlab_widgets/labextension/schemas/@jupyter-widgets/jupyterlab-manager/plugin.json,sha256=IWNBmBm-GTATCrzha5m-Kh0Gt6H4KzGsnzcuSigjx2A,375
jupyterlab_widgets/labextension/static/1.6c3ab69171002cbfa04f.js,sha256=Zg79NzfggdrKwIy-7gZ2uj2Q3xmeA5jxTxZLgIix8Ow,186
jupyterlab_widgets/labextension/static/18.f118e1803f733ced1c64.js,sha256=95zZ7ibPfE6f3PsYFpyL4lAlEDF4vXp7Hm_dW8Pzwis,1255
jupyterlab_widgets/labextension/static/243.6c384ff2649ef572a18a.js,sha256=IhRIkVju7rn246fEeUKMRVkCAlzf30zqC6FA1s2mDjk,17929
jupyterlab_widgets/labextension/static/272.eb0d340d1eec40ac564f.js,sha256=1VAQxkVsKCrOq0GKcFId5D4f8ufKWOuqKdfhe6NM26s,39726
jupyterlab_widgets/labextension/static/279.aa88a78c8bf62c65db54.js,sha256=T47fQjDdIHPrdlcPnI-uIM5CtoBFn23Z0Vmo-nmRpAw,18420
jupyterlab_widgets/labextension/static/466.5d90ab5db1989cd070fe.js,sha256=OtTlBksq-eSgW3thZ7jT07UzLkUjfKJCjobvk_diSXI,111537
jupyterlab_widgets/labextension/static/523.92b431af199caa12622d.js,sha256=5npee6iSQRs7ITjazZKp0-BCxjGVmhPh8W_UkhEAVT8,54072
jupyterlab_widgets/labextension/static/638.f3e5e34a28f3334d4f08.js,sha256=6GtMQX3z6m4qNVVJQ3DbRB2ahIFpjjpJfrFwi-oc7pI,88696
jupyterlab_widgets/labextension/static/638.f3e5e34a28f3334d4f08.js.LICENSE.txt,sha256=uSlAtQ7tNBplwp2AoeQ_xl6_bCP16-G7EZN16px9f0c,471
jupyterlab_widgets/labextension/static/803.b7b75bd6e7977a648c67.js,sha256=FXeo06Db-AUUSvjU7OAXTq3jHytjg3DPBF0Lgf7VwnQ,37904
jupyterlab_widgets/labextension/static/86.af9bcf169ccd6886c41b.js,sha256=WDUIabkhIwsxCaBjdTJpZn12ZfSg6T-zuflVb0rz7Y4,1255
jupyterlab_widgets/labextension/static/95.b5a5ff10000a6051fa99.js,sha256=29DJrzlG_8W7cIbWX5ENzFP0er17m00yFIsp99I_g14,27436
jupyterlab_widgets/labextension/static/95.b5a5ff10000a6051fa99.js.LICENSE.txt,sha256=NJjtPoteDWGWLTiaK3vdW-fQ3ZvLkOCtD57VGXA1Wlg,719
jupyterlab_widgets/labextension/static/remoteEntry.3421943a0ce73f10909d.js,sha256=zqRg0oVXo7h2ylXXzhLV6cmr_ciNDDFYpUevuQtsEqI,9697
jupyterlab_widgets/labextension/static/style.js,sha256=-CQt0ZTPaCTvrRiLcznxflAbfvIKlOVzjOos-muaXQ8,118

View File

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

View File

@@ -0,0 +1 @@
jupyterlab_widgets