Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
40
venv/Lib/site-packages/nbformat-5.0.8.dist-info/METADATA
Normal file
40
venv/Lib/site-packages/nbformat-5.0.8.dist-info/METADATA
Normal file
|
@ -0,0 +1,40 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: nbformat
|
||||
Version: 5.0.8
|
||||
Summary: The Jupyter Notebook format
|
||||
Home-page: http://jupyter.org
|
||||
Author: Jupyter Development Team
|
||||
Author-email: jupyter@googlegroups.com
|
||||
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 :: 3
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Requires-Python: >=3.5
|
||||
Requires-Dist: ipython-genutils
|
||||
Requires-Dist: traitlets (>=4.1)
|
||||
Requires-Dist: jsonschema (!=2.5.0,>=2.4)
|
||||
Requires-Dist: jupyter-core
|
||||
Provides-Extra: fast
|
||||
Requires-Dist: fastjsonschema ; extra == 'fast'
|
||||
Provides-Extra: test
|
||||
Requires-Dist: fastjsonschema ; extra == 'test'
|
||||
Requires-Dist: testpath ; extra == 'test'
|
||||
Requires-Dist: pytest ; extra == 'test'
|
||||
Requires-Dist: pytest-cov ; extra == 'test'
|
||||
|
||||
|
||||
This package contains the base implementation of the Jupyter Notebook format,
|
||||
and Python APIs for working with notebooks.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue