first comit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,148 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: ipykernel
|
||||
Version: 6.29.2
|
||||
Summary: IPython Kernel for Jupyter
|
||||
Project-URL: Homepage, https://ipython.org
|
||||
Author-email: IPython Development Team <ipython-dev@scipy.org>
|
||||
License: BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2015, IPython 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:
|
||||
|
||||
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.
|
||||
License-File: LICENSE
|
||||
Keywords: Interactive,Interpreter,Shell,Web
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: Science/Research
|
||||
Classifier: Intended Audience :: System Administrators
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Requires-Python: >=3.8
|
||||
Requires-Dist: appnope; platform_system == 'Darwin'
|
||||
Requires-Dist: comm>=0.1.1
|
||||
Requires-Dist: debugpy>=1.6.5
|
||||
Requires-Dist: ipython>=7.23.1
|
||||
Requires-Dist: jupyter-client>=6.1.12
|
||||
Requires-Dist: jupyter-core!=5.0.*,>=4.12
|
||||
Requires-Dist: matplotlib-inline>=0.1
|
||||
Requires-Dist: nest-asyncio
|
||||
Requires-Dist: packaging
|
||||
Requires-Dist: psutil
|
||||
Requires-Dist: pyzmq>=24
|
||||
Requires-Dist: tornado>=6.1
|
||||
Requires-Dist: traitlets>=5.4.0
|
||||
Provides-Extra: cov
|
||||
Requires-Dist: coverage[toml]; extra == 'cov'
|
||||
Requires-Dist: curio; extra == 'cov'
|
||||
Requires-Dist: matplotlib; extra == 'cov'
|
||||
Requires-Dist: pytest-cov; extra == 'cov'
|
||||
Requires-Dist: trio; extra == 'cov'
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: myst-parser; extra == 'docs'
|
||||
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
|
||||
Requires-Dist: sphinx; extra == 'docs'
|
||||
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
|
||||
Requires-Dist: sphinxcontrib-github-alt; extra == 'docs'
|
||||
Requires-Dist: sphinxcontrib-spelling; extra == 'docs'
|
||||
Requires-Dist: trio; extra == 'docs'
|
||||
Provides-Extra: pyqt5
|
||||
Requires-Dist: pyqt5; extra == 'pyqt5'
|
||||
Provides-Extra: pyside6
|
||||
Requires-Dist: pyside6; extra == 'pyside6'
|
||||
Provides-Extra: test
|
||||
Requires-Dist: flaky; extra == 'test'
|
||||
Requires-Dist: ipyparallel; extra == 'test'
|
||||
Requires-Dist: pre-commit; extra == 'test'
|
||||
Requires-Dist: pytest-asyncio==0.23.4; extra == 'test'
|
||||
Requires-Dist: pytest-cov; extra == 'test'
|
||||
Requires-Dist: pytest-timeout; extra == 'test'
|
||||
Requires-Dist: pytest>=7.0; extra == 'test'
|
||||
Description-Content-Type: text/markdown
|
||||
|
||||
# IPython Kernel for Jupyter
|
||||
|
||||
[](https://github.com/ipython/ipykernel/actions/workflows/ci.yml/badge.svg?query=branch%3Amain++)
|
||||
[](http://ipykernel.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
This package provides the IPython kernel for Jupyter.
|
||||
|
||||
## Installation from source
|
||||
|
||||
1. `git clone`
|
||||
1. `cd ipykernel`
|
||||
1. `pip install -e ".[test]"`
|
||||
|
||||
After that, all normal `ipython` commands will use this newly-installed version of the kernel.
|
||||
|
||||
## Running tests
|
||||
|
||||
Follow the instructions from `Installation from source`.
|
||||
|
||||
and then from the root directory
|
||||
|
||||
```bash
|
||||
pytest
|
||||
```
|
||||
|
||||
## Running tests with coverage
|
||||
|
||||
Follow the instructions from `Installation from source`.
|
||||
|
||||
and then from the root directory
|
||||
|
||||
```bash
|
||||
pytest -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10
|
||||
```
|
||||
|
||||
## About the IPython Development Team
|
||||
|
||||
The IPython Development Team is the set of all contributors to the IPython project.
|
||||
This includes all of the IPython subprojects.
|
||||
|
||||
The core team that coordinates development on GitHub can be found here:
|
||||
https://github.com/ipython/.
|
||||
|
||||
## Our Copyright Policy
|
||||
|
||||
IPython uses a shared copyright model. Each contributor maintains copyright
|
||||
over their contributions to IPython. But, it is important to note that these
|
||||
contributions are typically only changes to the repositories. Thus, the IPython
|
||||
source code, in its entirety is not the copyright of any single person or
|
||||
institution. Instead, it is the collective copyright of the entire IPython
|
||||
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 IPython 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) IPython Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
```
|
||||
@@ -0,0 +1,100 @@
|
||||
../../../share/jupyter/kernels/python3/kernel.json,sha256=69y5qspxusKKSbKfpYw86C4_UFV01AU6NtRuUi9t-kI,193
|
||||
../../../share/jupyter/kernels/python3/logo-32x32.png,sha256=4ytcKCBy1xeIe2DacxeP3TWmXcPK6sunoCblpCVcyZc,1084
|
||||
../../../share/jupyter/kernels/python3/logo-64x64.png,sha256=XJBjtDbO3wVnSA_kh-zg0UeeqVRfMQy6k_oYTMurKQ0,2180
|
||||
../../../share/jupyter/kernels/python3/logo-svg.svg,sha256=uuyGYqFGHCyswya1TScnyy8c4HugLQD1uCbQNRBPZJ8,9605
|
||||
__pycache__/ipykernel_launcher.cpython-310.pyc,,
|
||||
ipykernel-6.29.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
ipykernel-6.29.2.dist-info/METADATA,sha256=piPC3Wl416dEhMxpcVn-X2tTo6GKS87IK7RUrEQNEug,6039
|
||||
ipykernel-6.29.2.dist-info/RECORD,,
|
||||
ipykernel-6.29.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
ipykernel-6.29.2.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
||||
ipykernel-6.29.2.dist-info/licenses/LICENSE,sha256=NuwpyHH3o4LN4wHLpHaYGRzzJ8P5X_XCQAZeld3oC_0,1533
|
||||
ipykernel/__init__.py,sha256=7FNFwKDYt43iU_tg4bFRc8DDRKfFyi1MfQu5l4lkwHo,147
|
||||
ipykernel/__main__.py,sha256=zXFpgUfV-S2apJ5JV9n805QH8RQWkre6g5eaNfDwU-M,142
|
||||
ipykernel/__pycache__/__init__.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/__main__.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/_eventloop_macos.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/_version.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/compiler.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/connect.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/control.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/datapub.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/debugger.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/displayhook.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/embed.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/eventloops.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/heartbeat.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/iostream.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/ipkernel.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/jsonutil.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/kernelapp.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/kernelbase.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/kernelspec.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/log.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/parentpoller.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/pickleutil.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/serialize.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/trio_runner.cpython-310.pyc,,
|
||||
ipykernel/__pycache__/zmqshell.cpython-310.pyc,,
|
||||
ipykernel/_eventloop_macos.py,sha256=mjBZjiQfAg0ehYbrDxouMCERPH35dnPrmt2yzzqpN50,4101
|
||||
ipykernel/_version.py,sha256=LoQJ4LYNox6LgIscn-9JPm1FWWfM33DGBSoriVXHMKs,632
|
||||
ipykernel/comm/__init__.py,sha256=BqmYOrTRM3hAMvp7r7UKH0fwX2WQzR7YZELBwmcpj5Y,91
|
||||
ipykernel/comm/__pycache__/__init__.cpython-310.pyc,,
|
||||
ipykernel/comm/__pycache__/comm.cpython-310.pyc,,
|
||||
ipykernel/comm/__pycache__/manager.cpython-310.pyc,,
|
||||
ipykernel/comm/comm.py,sha256=uJSCFK0BlEYNn8sPd6jkqu9VGydxLR3FrwZj4NdGJas,3218
|
||||
ipykernel/comm/manager.py,sha256=WEw-HnATldktdQ5mTzi9MQHlYnXBVc74vQezhpPeelg,2086
|
||||
ipykernel/compiler.py,sha256=5tLSD51eC2nC7oeQZ28SNOI-MHqcf303CfhkpwHKE8A,2860
|
||||
ipykernel/connect.py,sha256=40pvykVhIZc8pmDrIsr7dcV2JYr-g9A7tqqzAdSldhU,4104
|
||||
ipykernel/control.py,sha256=TcL-3xMuFUytO2pqH23r0gEvbCjtpIcrg0BzBh8hT1k,814
|
||||
ipykernel/datapub.py,sha256=QR85ST7h5_43TpE87Q6_zbrktTSAF6CrNNb39ubqm08,2292
|
||||
ipykernel/debugger.py,sha256=5bmzSIOoNwIRUKdTiKEDRPbhChH8xg_Y78I8A_vTJqo,27092
|
||||
ipykernel/displayhook.py,sha256=ecjrm5stOUQvrvczmFNkTkkiY7wlltzS6rSl9ay-L9M,3148
|
||||
ipykernel/embed.py,sha256=_irOk785de1eqzsCH79qnSW0QFOolRFHfQhFUIzz0Dw,2084
|
||||
ipykernel/eventloops.py,sha256=8ymn26UTe8NPzAO859dKyhIfCK0ItVRC3lKAaoAffgE,18133
|
||||
ipykernel/gui/__init__.py,sha256=8HapLY_ZoePEfwubASLykl3ihkoIHZQeUgrLhdaP1Uw,578
|
||||
ipykernel/gui/__pycache__/__init__.cpython-310.pyc,,
|
||||
ipykernel/gui/__pycache__/gtk3embed.cpython-310.pyc,,
|
||||
ipykernel/gui/__pycache__/gtkembed.cpython-310.pyc,,
|
||||
ipykernel/gui/gtk3embed.py,sha256=fIAOuT6uKMJ55H_2hwg6kylHSABfzT0XqihZQ92M4XA,3419
|
||||
ipykernel/gui/gtkembed.py,sha256=SU2-yb3HytAE8yCnWngAtVxWPA9ZsjiVnDfxccH8Xlo,3329
|
||||
ipykernel/heartbeat.py,sha256=yGaz1LmxLAFpSCRtKzRVXFaJEZddPuYPh7GUTFCsHJ8,4500
|
||||
ipykernel/inprocess/__init__.py,sha256=CJ6UeFe2xf6tkXC-mYggI_qs2X3thf-GJ_2CDZxTOIM,197
|
||||
ipykernel/inprocess/__pycache__/__init__.cpython-310.pyc,,
|
||||
ipykernel/inprocess/__pycache__/blocking.cpython-310.pyc,,
|
||||
ipykernel/inprocess/__pycache__/channels.cpython-310.pyc,,
|
||||
ipykernel/inprocess/__pycache__/client.cpython-310.pyc,,
|
||||
ipykernel/inprocess/__pycache__/constants.cpython-310.pyc,,
|
||||
ipykernel/inprocess/__pycache__/ipkernel.cpython-310.pyc,,
|
||||
ipykernel/inprocess/__pycache__/manager.cpython-310.pyc,,
|
||||
ipykernel/inprocess/__pycache__/socket.cpython-310.pyc,,
|
||||
ipykernel/inprocess/blocking.py,sha256=2F1GNsZyop8kBa-dKDC5UvxgZR6U0MekcM074rLySRo,3689
|
||||
ipykernel/inprocess/channels.py,sha256=9VPdsfnoetyxTlBKDJr2SJReRAYUoqY4Ia8Rl60ppRU,3018
|
||||
ipykernel/inprocess/client.py,sha256=4mq5e3cn11zKNQi23NRGbijBGFJWsljjm6FR9xHab60,8355
|
||||
ipykernel/inprocess/constants.py,sha256=vVmvzyUipkCsCLtYwdq-AY6Fbj7LDzoCXY2E2melvuU,303
|
||||
ipykernel/inprocess/ipkernel.py,sha256=KPbgitIOyUncQGwlV3xrXdowaTzA8ITj4ZU7i2GZul4,7335
|
||||
ipykernel/inprocess/manager.py,sha256=-B31z9CZOk8zeJ_MTpVPiq6mP-0g1jK8LubYB_WT-ns,3054
|
||||
ipykernel/inprocess/socket.py,sha256=GoZAosmgzy2qk9brULnhpfTzvc8k15G70eXUPdQdsZQ,1382
|
||||
ipykernel/iostream.py,sha256=LBPNXRiCFuROKwhLNp5RFhwICy5eMYBp8I16-NYQ6LA,27073
|
||||
ipykernel/ipkernel.py,sha256=EjNBkwbcQ9U3oO1Vgg_DXImy6uHEWEa8ibcmIbCpoDk,29453
|
||||
ipykernel/jsonutil.py,sha256=DlA10WJQG0BpgtYz0iQqem6xiVd9gOQVNoXnAuLCZgc,5035
|
||||
ipykernel/kernelapp.py,sha256=86QmDkWThjHMCYy9ECFwqT6sF3osodjgi9hHwIMNNuI,29071
|
||||
ipykernel/kernelbase.py,sha256=sYApi_DKapKhY5emggssRTjzPrT56zhvW-V46bhEm8w,49234
|
||||
ipykernel/kernelspec.py,sha256=kMA1R7o15RSzG5V-5ZYwCmxHFumKC11xaH6-cxOuO9Y,8285
|
||||
ipykernel/log.py,sha256=3LnoDg_lv66Bi6k5qfD2peF3kbWowr7V1EZxt9qkKF0,843
|
||||
ipykernel/parentpoller.py,sha256=tjTV6APx3IW8IeLuUkEBacACrjg-YX422COs9GYzoVU,4277
|
||||
ipykernel/pickleutil.py,sha256=h-pdDzeuJHUehOVxVODYZQU9ZuIZioz3QxB_2sDsZ8Q,13243
|
||||
ipykernel/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
ipykernel/pylab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
ipykernel/pylab/__pycache__/__init__.cpython-310.pyc,,
|
||||
ipykernel/pylab/__pycache__/backend_inline.cpython-310.pyc,,
|
||||
ipykernel/pylab/__pycache__/config.cpython-310.pyc,,
|
||||
ipykernel/pylab/backend_inline.py,sha256=BBU6X9SOK8FTNN_OtYLLAJu48LT5Cd1DGJCZ-uSskAI,454
|
||||
ipykernel/pylab/config.py,sha256=P9JY4SCkmSWUwkoVN3rnZD7sDloY2QCZ04nehZHlinw,372
|
||||
ipykernel/resources/logo-32x32.png,sha256=4ytcKCBy1xeIe2DacxeP3TWmXcPK6sunoCblpCVcyZc,1084
|
||||
ipykernel/resources/logo-64x64.png,sha256=XJBjtDbO3wVnSA_kh-zg0UeeqVRfMQy6k_oYTMurKQ0,2180
|
||||
ipykernel/resources/logo-svg.svg,sha256=uuyGYqFGHCyswya1TScnyy8c4HugLQD1uCbQNRBPZJ8,9605
|
||||
ipykernel/serialize.py,sha256=Ua_JtrgVy642XwXVXYBH_vp3EoiNYtQYHsmt8x6Gy34,6325
|
||||
ipykernel/trio_runner.py,sha256=xwMrtPFavrF8Scb8yDxiiC1YyN8gS5mGlBbP4yWYEsE,2476
|
||||
ipykernel/zmqshell.py,sha256=6D1N8eRmV6g4a5HM3vU75q_3WX3UqTF2XaBt9qBxrGM,24498
|
||||
ipykernel_launcher.py,sha256=-e63UZjDeYNngw3Mf-wx-5EyROM0GhuWOWD233pJhaA,512
|
||||
@@ -0,0 +1,4 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: hatchling 1.21.1
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
@@ -0,0 +1,30 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2015, IPython 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:
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user