Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
|
@ -0,0 +1 @@
|
|||
pip
|
59
venv/Lib/site-packages/nbclient-0.5.1.dist-info/LICENSE
Normal file
59
venv/Lib/site-packages/nbclient-0.5.1.dist-info/LICENSE
Normal file
|
@ -0,0 +1,59 @@
|
|||
# Licensing terms
|
||||
|
||||
This project is licensed under the terms of the Modified BSD License
|
||||
(also known as New or Revised or 3-Clause BSD), as follows:
|
||||
|
||||
- Copyright (c) 2020-, Jupyter Development Team
|
||||
|
||||
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 Jupyter Development Team 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 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.
|
||||
|
||||
## About the Jupyter Development Team
|
||||
|
||||
The Jupyter Development Team is the set of all contributors to the Jupyter project.
|
||||
This includes all of the Jupyter subprojects.
|
||||
|
||||
The core team that coordinates development on GitHub can be found here:
|
||||
https://github.com/jupyter/.
|
||||
|
||||
## Our Copyright Policy
|
||||
|
||||
Jupyter uses a shared copyright model. Each contributor maintains copyright
|
||||
over their contributions to Jupyter. But, it is important to note that these
|
||||
contributions are typically only changes to the repositories. Thus, the Jupyter
|
||||
source code, in its entirety is not the copyright of any single person or
|
||||
institution. Instead, it is the collective copyright of the entire Jupyter
|
||||
Development Team. If individual contributors want to maintain a record of what
|
||||
changes/contributions they have specific copyright on, they should indicate
|
||||
their copyright in the commit message of the change, when they commit the
|
||||
change to one of the Jupyter repositories.
|
||||
|
||||
With this in mind, the following banner should be used in any source code file
|
||||
to indicate the copyright and license terms:
|
||||
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
135
venv/Lib/site-packages/nbclient-0.5.1.dist-info/METADATA
Normal file
135
venv/Lib/site-packages/nbclient-0.5.1.dist-info/METADATA
Normal file
|
@ -0,0 +1,135 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: nbclient
|
||||
Version: 0.5.1
|
||||
Summary: A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor.
|
||||
Home-page: https://jupyter.org
|
||||
Author: Jupyter Development Team
|
||||
Author-email: jupyter@googlegroups.com
|
||||
License: BSD
|
||||
Project-URL: Documentation, https://nbclient.readthedocs.io
|
||||
Project-URL: Funding, https://numfocus.org/
|
||||
Project-URL: Source, https://github.com/jupyter/nbclient
|
||||
Project-URL: Tracker, https://github.com/jupyter/nbclient/issues
|
||||
Keywords: jupyter,pipeline,notebook,executor
|
||||
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.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Requires-Python: >=3.6
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: traitlets (>=4.2)
|
||||
Requires-Dist: jupyter-client (>=6.1.5)
|
||||
Requires-Dist: nbformat (>=5.0)
|
||||
Requires-Dist: async-generator
|
||||
Requires-Dist: nest-asyncio
|
||||
Provides-Extra: dev
|
||||
Requires-Dist: codecov ; extra == 'dev'
|
||||
Requires-Dist: coverage ; extra == 'dev'
|
||||
Requires-Dist: ipython ; extra == 'dev'
|
||||
Requires-Dist: ipykernel ; extra == 'dev'
|
||||
Requires-Dist: ipywidgets ; extra == 'dev'
|
||||
Requires-Dist: pytest (>=4.1) ; extra == 'dev'
|
||||
Requires-Dist: pytest-cov (>=2.6.1) ; extra == 'dev'
|
||||
Requires-Dist: check-manifest ; extra == 'dev'
|
||||
Requires-Dist: flake8 ; extra == 'dev'
|
||||
Requires-Dist: mypy ; extra == 'dev'
|
||||
Requires-Dist: tox ; extra == 'dev'
|
||||
Requires-Dist: bumpversion ; extra == 'dev'
|
||||
Requires-Dist: xmltodict ; extra == 'dev'
|
||||
Requires-Dist: pip (>=18.1) ; extra == 'dev'
|
||||
Requires-Dist: wheel (>=0.31.0) ; extra == 'dev'
|
||||
Requires-Dist: setuptools (>=38.6.0) ; extra == 'dev'
|
||||
Requires-Dist: twine (>=1.11.0) ; extra == 'dev'
|
||||
Requires-Dist: black ; (python_version >= "3.6") and extra == 'dev'
|
||||
Provides-Extra: sphinx
|
||||
Requires-Dist: Sphinx (>=1.7) ; extra == 'sphinx'
|
||||
Requires-Dist: sphinx-book-theme ; extra == 'sphinx'
|
||||
Requires-Dist: mock ; extra == 'sphinx'
|
||||
Requires-Dist: moto ; extra == 'sphinx'
|
||||
Requires-Dist: myst-parser ; extra == 'sphinx'
|
||||
Provides-Extra: test
|
||||
Requires-Dist: codecov ; extra == 'test'
|
||||
Requires-Dist: coverage ; extra == 'test'
|
||||
Requires-Dist: ipython ; extra == 'test'
|
||||
Requires-Dist: ipykernel ; extra == 'test'
|
||||
Requires-Dist: ipywidgets ; extra == 'test'
|
||||
Requires-Dist: pytest (>=4.1) ; extra == 'test'
|
||||
Requires-Dist: pytest-cov (>=2.6.1) ; extra == 'test'
|
||||
Requires-Dist: check-manifest ; extra == 'test'
|
||||
Requires-Dist: flake8 ; extra == 'test'
|
||||
Requires-Dist: mypy ; extra == 'test'
|
||||
Requires-Dist: tox ; extra == 'test'
|
||||
Requires-Dist: bumpversion ; extra == 'test'
|
||||
Requires-Dist: xmltodict ; extra == 'test'
|
||||
Requires-Dist: pip (>=18.1) ; extra == 'test'
|
||||
Requires-Dist: wheel (>=0.31.0) ; extra == 'test'
|
||||
Requires-Dist: setuptools (>=38.6.0) ; extra == 'test'
|
||||
Requires-Dist: twine (>=1.11.0) ; extra == 'test'
|
||||
Requires-Dist: black ; (python_version >= "3.6") and extra == 'test'
|
||||
|
||||
[](https://mybinder.org/v2/gh/jupyter/nbclient/master?filepath=binder%2Frun_nbclient.ipynb)
|
||||
[](https://travis-ci.org/jupyter/nbclient)
|
||||
[](https://github.com/jupyter/nbclient/actions)
|
||||
[](https://nbclient.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://codecov.io/github/jupyter/nbclient?branch=master)
|
||||
[](https://www.python.org/downloads/release/python-360/)
|
||||
[](https://www.python.org/downloads/release/python-370/)
|
||||
[](https://www.python.org/downloads/release/python-380/)
|
||||
[](https://github.com/ambv/black)
|
||||
|
||||
# nbclient
|
||||
|
||||
**NBClient**, a client library for programmatic notebook execution, is a tool for running Jupyter Notebooks in
|
||||
different execution contexts. NBClient was spun out of [nbconvert](https://nbconvert.readthedocs.io/en/latest/)'s
|
||||
former `ExecutePreprocessor`.
|
||||
|
||||
**NBClient** lets you **execute** notebooks.
|
||||
|
||||
## Interactive Demo
|
||||
|
||||
To demo **NBClient** interactively, click this Binder badge to start the demo:
|
||||
|
||||
[](https://mybinder.org/v2/gh/jupyter/nbclient/master?filepath=binder%2Frun_nbclient.ipynb)
|
||||
|
||||
## Installation
|
||||
|
||||
In a terminal, run:
|
||||
|
||||
python3 -m pip install nbclient
|
||||
|
||||
## Documentation
|
||||
|
||||
See [ReadTheDocs](https://nbclient.readthedocs.io/en/latest/) for more in-depth details about the project and the
|
||||
[API Reference](https://nbclient.readthedocs.io/en/latest/reference/index.html).
|
||||
|
||||
|
||||
## Python Version Support
|
||||
|
||||
This library currently supports Python 3.6+ versions. As minor Python
|
||||
versions are officially sunset by the Python org, nbclient will similarly
|
||||
drop support in the future.
|
||||
|
||||
## Origins
|
||||
|
||||
This library used to be part of the [nbconvert](https://nbconvert.readthedocs.io/en/latest/) project. NBClient
|
||||
extracted nbconvert's `ExecutePreprocessor`into its own library for easier updating and importing by
|
||||
downstream libraries and applications.
|
||||
|
||||
## Relationship to JupyterClient
|
||||
|
||||
NBClient and JupyterClient are distinct projects.
|
||||
|
||||
`jupyter_client` is a client library for the jupyter protocol. Specifically, `jupyter_client` provides the Python API
|
||||
for starting, managing and communicating with Jupyter kernels.
|
||||
|
||||
While, nbclient allows notebooks to be run in different execution contexts.
|
||||
|
||||
|
52
venv/Lib/site-packages/nbclient-0.5.1.dist-info/RECORD
Normal file
52
venv/Lib/site-packages/nbclient-0.5.1.dist-info/RECORD
Normal file
|
@ -0,0 +1,52 @@
|
|||
nbclient-0.5.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
nbclient-0.5.1.dist-info/LICENSE,sha256=1YIp204bdM8z6hxdli4y1ednDsvjtHPlzomSmztQh6c,2836
|
||||
nbclient-0.5.1.dist-info/METADATA,sha256=ifRitPPnevNJMk_v2glv_N66iZ3Bgro7_07kSuWoRLI,5999
|
||||
nbclient-0.5.1.dist-info/RECORD,,
|
||||
nbclient-0.5.1.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
||||
nbclient-0.5.1.dist-info/top_level.txt,sha256=58rgMtqFr2k7nPVkz3jCkaWJPd1iYmPyg_zaGr7OD00,9
|
||||
nbclient/__init__.py,sha256=6S44sK0d7Uj6DxAx32Rms4zFXaIdIrTmgNbu4voiFfw,480
|
||||
nbclient/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbclient/__pycache__/_version.cpython-36.pyc,,
|
||||
nbclient/__pycache__/client.cpython-36.pyc,,
|
||||
nbclient/__pycache__/exceptions.cpython-36.pyc,,
|
||||
nbclient/__pycache__/jsonutil.cpython-36.pyc,,
|
||||
nbclient/__pycache__/output_widget.cpython-36.pyc,,
|
||||
nbclient/__pycache__/util.cpython-36.pyc,,
|
||||
nbclient/_version.py,sha256=Z4oUB6W6ZZgnB3SMcnoPDRr7iL0UsHY9CYsOolhIB8I,18
|
||||
nbclient/client.py,sha256=6TXJYO6MOkgcaIjVn4QF4LeOfSSZZc1RmfMj0lHcjMM,40077
|
||||
nbclient/exceptions.py,sha256=EBoVpUo22lt8RJ1QI1_bdn9tN0zGqDXsIDRNOEGTtc8,3200
|
||||
nbclient/jsonutil.py,sha256=CHPW1iXFUs-3-6osCV3OQr3GdL3OqV-l3gq9Yq0BppU,6599
|
||||
nbclient/output_widget.py,sha256=H2pMriFcDBLcqXJHEjLFXwz8irRzyNv8tfYPv7BrkCA,4199
|
||||
nbclient/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbclient/tests/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbclient/tests/__pycache__/base.cpython-36.pyc,,
|
||||
nbclient/tests/__pycache__/fake_kernelmanager.cpython-36.pyc,,
|
||||
nbclient/tests/__pycache__/test_client.cpython-36.pyc,,
|
||||
nbclient/tests/__pycache__/util.cpython-36.pyc,,
|
||||
nbclient/tests/base.py,sha256=BoqG2et3_X2TzzeTsKoM_EM_1dFl6qArZCcT6klIV40,1951
|
||||
nbclient/tests/fake_kernelmanager.py,sha256=pFkYRfn-knxrVRWVAwCF-STATpGE-7dePgSC9eQewLc,883
|
||||
nbclient/tests/files/Autokill.ipynb,sha256=LiaHh-Uv5v0aaG1At3a8WZrrNIJRX9K08HXy_vvcZho,663
|
||||
nbclient/tests/files/Check History in Memory.ipynb,sha256=-BQjFonhjNguhCi4hv6nk4yD7cF8n-PGwXWY13X3Les,450
|
||||
nbclient/tests/files/Clear Output.ipynb,sha256=H8Y5UbG-vtQmDAl9pZ14FsTLy7ahvM0knX1m36C-zIQ,3730
|
||||
nbclient/tests/files/Disable Stdin.ipynb,sha256=3mK6JFfE6Ld8LKyBwNLpHdqwPQxgzDumhXWHoHWSEsI,339
|
||||
nbclient/tests/files/Empty Cell.ipynb,sha256=5u2aZA43akCLJs77CSgTeshguZGl8g6nhHfDGWhhY6w,1291
|
||||
nbclient/tests/files/Factorials.ipynb,sha256=aFacHxmCmpb-M3iA3-jfDCjIBnnXrgLGChmpALKV62Q,678
|
||||
nbclient/tests/files/HelloWorld.ipynb,sha256=gUc845LUntpXgROt6u-VGmgImi-aXO6sK-tRmeMQ_jc,356
|
||||
nbclient/tests/files/Inline Image.ipynb,sha256=ndBssNjnw3rX1F7dfTjuipybdiMQns4yB8TqQYryqME,14333
|
||||
nbclient/tests/files/Interrupt.ipynb,sha256=UUPYqcoxuvf2AXb13jK-5gUivQAW36g9Xe8PnJ8rx7A,1184
|
||||
nbclient/tests/files/JupyterWidgets.ipynb,sha256=ZDnlApSLB24IrbbFbx5JDQr73ytKgx7Baww3f_Z1-30,2130
|
||||
nbclient/tests/files/Other Comms.ipynb,sha256=_JbPLqsxmAikaQasNBIy5R0KdBGYcse_SXhKnMlEVTg,1319
|
||||
nbclient/tests/files/Output.ipynb,sha256=xFv25ZeWxardugdoLCBXZb1ZM3iOzY4B2RoyCUg1bG8,20337
|
||||
nbclient/tests/files/Parallel Execute A.ipynb,sha256=8KcuesVOGr4R7Kh86AasAvXaxGstJGrMblb_wi7_43s,2485
|
||||
nbclient/tests/files/Parallel Execute B.ipynb,sha256=FMSfnM9IhXps8pfusShf47fNsdsQFA0exNKc8ArQvLs,2485
|
||||
nbclient/tests/files/SVG.ipynb,sha256=FSbczI6W9k8tBg6srnP6hmlplbibmVBgRF4SAbKWABo,977
|
||||
nbclient/tests/files/Skip Exceptions with Cell Tags.ipynb,sha256=rm20oLA92DGCPdr5H5KusujH9Wsd4Cs1JYk3QXZEC64,1351
|
||||
nbclient/tests/files/Skip Exceptions.ipynb,sha256=2JeLY0Q21DbhI_qOhwHRS5hqRQRAEitNBAUpiYQ_yh0,1357
|
||||
nbclient/tests/files/Sleep1s.ipynb,sha256=5f28FgS0wjDwZteMuNCZw115R-GSB9UuTIlSARDaXq0,1197
|
||||
nbclient/tests/files/Unicode.ipynb,sha256=UrcpOep7ntOlkEHlRYBM3MnRYTZ4C-8NgpgI8er-PDg,344
|
||||
nbclient/tests/files/UnicodePy3.ipynb,sha256=w9PquTzDKmtTFJCXflsweU_BBSOaLKP37F2ZEO2KWEA,446
|
||||
nbclient/tests/files/python.png,sha256=TtEwKLt2sZ0uK6Q5csO2RAXw5Y0ANO0XI534DkOr_0Y,8758
|
||||
nbclient/tests/files/update-display-id.ipynb,sha256=ukuJT8j2Uv7WHXeoQUIbe-1-hYsyS1uHAsUgI3hMsmg,3306
|
||||
nbclient/tests/test_client.py,sha256=bv6wZ_DRnltUvTXqMPbfBYCDkHqWYe1cpl1WxphYjNc,54208
|
||||
nbclient/tests/util.py,sha256=Y-KCVzW9pv4KGywP-7OkOp6uqh3-6NtjTnxR5b7p-pQ,1764
|
||||
nbclient/util.py,sha256=av0nNMyufzl-q7cXRsmittObIVHWEBQeIAi_pFCWHSE,3072
|
5
venv/Lib/site-packages/nbclient-0.5.1.dist-info/WHEEL
Normal file
5
venv/Lib/site-packages/nbclient-0.5.1.dist-info/WHEEL
Normal file
|
@ -0,0 +1,5 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.34.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
|
@ -0,0 +1 @@
|
|||
nbclient
|
Loading…
Add table
Add a link
Reference in a new issue