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
|
60
venv/Lib/site-packages/nbconvert-6.0.7.dist-info/LICENSE
Normal file
60
venv/Lib/site-packages/nbconvert-6.0.7.dist-info/LICENSE
Normal file
|
@ -0,0 +1,60 @@
|
|||
# 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) 2001-2015, IPython Development Team
|
||||
- Copyright (c) 2015-, 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.
|
164
venv/Lib/site-packages/nbconvert-6.0.7.dist-info/METADATA
Normal file
164
venv/Lib/site-packages/nbconvert-6.0.7.dist-info/METADATA
Normal file
|
@ -0,0 +1,164 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: nbconvert
|
||||
Version: 6.0.7
|
||||
Summary: Converting Jupyter Notebooks
|
||||
Home-page: https://jupyter.org
|
||||
Author: Jupyter Development Team
|
||||
Author-email: jupyter@googlegroups.com
|
||||
License: BSD
|
||||
Project-URL: Documentation, https://nbconvert.readthedocs.io/en/latest/
|
||||
Project-URL: Funding, https://numfocus.org/
|
||||
Project-URL: Source, https://github.com/jupyter/nbconvert
|
||||
Project-URL: Tracker, https://github.com/jupyter/nbconvert/issues
|
||||
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
|
||||
Requires-Python: >=3.6
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: mistune (<2,>=0.8.1)
|
||||
Requires-Dist: jinja2 (>=2.4)
|
||||
Requires-Dist: pygments (>=2.4.1)
|
||||
Requires-Dist: jupyterlab-pygments
|
||||
Requires-Dist: traitlets (>=4.2)
|
||||
Requires-Dist: jupyter-core
|
||||
Requires-Dist: nbformat (>=4.4)
|
||||
Requires-Dist: entrypoints (>=0.2.2)
|
||||
Requires-Dist: bleach
|
||||
Requires-Dist: pandocfilters (>=1.4.1)
|
||||
Requires-Dist: testpath
|
||||
Requires-Dist: defusedxml
|
||||
Requires-Dist: nbclient (<0.6.0,>=0.5.0)
|
||||
Provides-Extra: all
|
||||
Requires-Dist: pytest ; extra == 'all'
|
||||
Requires-Dist: pytest-cov ; extra == 'all'
|
||||
Requires-Dist: pytest-dependency ; extra == 'all'
|
||||
Requires-Dist: ipykernel ; extra == 'all'
|
||||
Requires-Dist: ipywidgets (>=7) ; extra == 'all'
|
||||
Requires-Dist: pyppeteer (==0.2.2) ; extra == 'all'
|
||||
Requires-Dist: tornado (>=4.0) ; extra == 'all'
|
||||
Requires-Dist: sphinx (>=1.5.1) ; extra == 'all'
|
||||
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
|
||||
Requires-Dist: nbsphinx (>=0.2.12) ; extra == 'all'
|
||||
Requires-Dist: ipython ; extra == 'all'
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: sphinx (>=1.5.1) ; extra == 'docs'
|
||||
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
|
||||
Requires-Dist: nbsphinx (>=0.2.12) ; extra == 'docs'
|
||||
Requires-Dist: ipython ; extra == 'docs'
|
||||
Provides-Extra: serve
|
||||
Requires-Dist: tornado (>=4.0) ; extra == 'serve'
|
||||
Provides-Extra: test
|
||||
Requires-Dist: pytest ; extra == 'test'
|
||||
Requires-Dist: pytest-cov ; extra == 'test'
|
||||
Requires-Dist: pytest-dependency ; extra == 'test'
|
||||
Requires-Dist: ipykernel ; extra == 'test'
|
||||
Requires-Dist: ipywidgets (>=7) ; extra == 'test'
|
||||
Requires-Dist: pyppeteer (==0.2.2) ; extra == 'test'
|
||||
Provides-Extra: webpdf
|
||||
Requires-Dist: pyppeteer (==0.2.2) ; extra == 'webpdf'
|
||||
|
||||
# nbconvert
|
||||
### Jupyter Notebook Conversion
|
||||
|
||||
[](https://groups.google.com/forum/#!forum/jupyter)
|
||||
[](https://travis-ci.org/jupyter/nbconvert)
|
||||
[](https://nbconvert.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://nbconvert.readthedocs.io/en/stable/?badge=stable)
|
||||
[](https://codecov.io/github/jupyter/nbconvert?branch=master)
|
||||
[](https://circleci.com/gh/jupyter/nbconvert/tree/master)
|
||||
|
||||
The **nbconvert** tool, `jupyter nbconvert`, converts notebooks to various other
|
||||
formats via [Jinja][] templates. The nbconvert tool allows you to convert an
|
||||
`.ipynb` notebook file into various static formats including:
|
||||
|
||||
* HTML
|
||||
* LaTeX
|
||||
* PDF
|
||||
* Reveal JS
|
||||
* Markdown (md)
|
||||
* ReStructured Text (rst)
|
||||
* executable script
|
||||
|
||||
## Usage
|
||||
|
||||
From the command line, use nbconvert to convert a Jupyter notebook (*input*) to a
|
||||
a different format (*output*). The basic command structure is:
|
||||
|
||||
$ jupyter nbconvert --to <output format> <input notebook>
|
||||
|
||||
where `<output format>` is the desired output format and `<input notebook>` is the
|
||||
filename of the Jupyter notebook.
|
||||
|
||||
### Example: Convert a notebook to HTML
|
||||
|
||||
Convert Jupyter notebook file, `mynotebook.ipynb`, to HTML using:
|
||||
|
||||
$ jupyter nbconvert --to html mynotebook.ipynb
|
||||
|
||||
This command creates an HTML output file named `mynotebook.html`.
|
||||
|
||||
## Python requirement
|
||||
|
||||
Nbconvert 6.0 provides limited support for Python 3.6 (3.6.1 or greater), and support will be dropped with nbconvert 6.1. Limited support means we will test and run CI on Python 3.6.12 or higher. Issues that are found only affecting Python 3.6 are not guaranteed to be fixed. We recommend all users of nbconvert use Python 3.7 and higher.
|
||||
|
||||
## Dev Install
|
||||
|
||||
Check if pandoc is installed (``pandoc --version``); if needed, install:
|
||||
|
||||
```
|
||||
sudo apt-get install pandoc
|
||||
```
|
||||
|
||||
Or
|
||||
|
||||
```
|
||||
brew install pandoc
|
||||
```
|
||||
|
||||
Install nbconvert for development using:
|
||||
|
||||
```
|
||||
git clone https://github.com/jupyter/nbconvert.git
|
||||
cd nbconvert
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
Running the tests after a dev install above:
|
||||
|
||||
```
|
||||
pip install nbconvert[test]
|
||||
py.test --pyargs nbconvert
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Documentation for Jupyter nbconvert](https://nbconvert.readthedocs.io/en/latest/)
|
||||
[[PDF](https://media.readthedocs.org/pdf/nbconvert/latest/nbconvert.pdf)]
|
||||
- [nbconvert examples on GitHub](https://github.com/jupyter/nbconvert-examples)
|
||||
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html)
|
||||
[[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
|
||||
|
||||
## Technical Support
|
||||
|
||||
- [Issues and Bug Reports](https://github.com/jupyter/nbconvert/issues): A place to report
|
||||
bugs or regressions found for nbconvert
|
||||
- [Community Technical Support and Discussion - Discourse](https://discourse.jupyter.org/): A place for
|
||||
installation, configuration, and troubleshooting assistannce by the Jupyter community.
|
||||
As a non-profit project and maintainers who are primarily volunteers, we encourage you
|
||||
to ask questions and share your knowledge on Discourse.
|
||||
|
||||
## Jupyter Resources
|
||||
|
||||
- [Jupyter mailing list](https://groups.google.com/forum/#!forum/jupyter)
|
||||
- [Project Jupyter website](https://jupyter.org)
|
||||
|
||||
[Jinja]: http://jinja.pocoo.org/
|
||||
|
||||
|
321
venv/Lib/site-packages/nbconvert-6.0.7.dist-info/RECORD
Normal file
321
venv/Lib/site-packages/nbconvert-6.0.7.dist-info/RECORD
Normal file
|
@ -0,0 +1,321 @@
|
|||
../../Scripts/jupyter-nbconvert.exe,sha256=ue5uz4fGPujXXt9Ni5BOzcwZDuwvIKVGXbJ3PbgtlbY,97237
|
||||
../../share/jupyter/nbconvert/templates/asciidoc/conf.json,sha256=YtRONxl919kXwtomCBZ-CM4p-uOFDOCk9SnmFThA_Qg,87
|
||||
../../share/jupyter/nbconvert/templates/asciidoc/index.asciidoc.j2,sha256=ldvuvwVyz0b7bO2ZZ8NXcnI4cdyKJBfslWnd_xZLZKc,2298
|
||||
../../share/jupyter/nbconvert/templates/base/celltags.j2,sha256=_Gi6rqD8HQUQZgzuRRSVqDJ-J5rD0Z9lmPswq2kW6mc,213
|
||||
../../share/jupyter/nbconvert/templates/base/display_priority.j2,sha256=kdxCgzX6lV5zyMcaM5YWUoNGETeSVSJqRzlO_-CwBNU,1588
|
||||
../../share/jupyter/nbconvert/templates/base/jupyter_widgets.html.j2,sha256=-hvwYB-LVcUn4sfuBFj4AvGXQ6XCQGioJMp_DDcaA38,965
|
||||
../../share/jupyter/nbconvert/templates/base/mathjax.html.j2,sha256=HbSrpR83GNvwKfWNSMzcOYn20BwvJ21T8oVGNjKk3AI,1344
|
||||
../../share/jupyter/nbconvert/templates/base/null.j2,sha256=gHOlvBJCpLSz0PawLnrpXaet3F2Dnn42UsPUcCmRSKU,5965
|
||||
../../share/jupyter/nbconvert/templates/basic/conf.json,sha256=74s0_-_38TnwNLy8xIjys_J_acbOEGRu8DKNUftxMHk,87
|
||||
../../share/jupyter/nbconvert/templates/basic/index.html.j2,sha256=ovChqOqeUNBJMBSvRCDPBvF6wJVhDPPF5ly3Y-qPs6g,39
|
||||
../../share/jupyter/nbconvert/templates/classic/base.html.j2,sha256=g15NGfxwkzNujzwktvkcePN7gKdQy-HqaaYXnHHo7N8,7149
|
||||
../../share/jupyter/nbconvert/templates/classic/conf.json,sha256=uOYRliZC2FM_znlAIvxel2PvrqZU-Q0H8LTr359BVMk,283
|
||||
../../share/jupyter/nbconvert/templates/classic/index.html.j2,sha256=5FWo_nJP6koytwUvvbbni2aeGDeI5T7n8V-2HygUaZA,2226
|
||||
../../share/jupyter/nbconvert/templates/classic/static/style.css,sha256=WGWmCfRDewRkvBIc1We2GQdOVAoFFaO4LyIvdk61HgE,265101
|
||||
../../share/jupyter/nbconvert/templates/compatibility/display_priority.tpl,sha256=_4UtbBB260KGPPG6SilIF63CUEKQ8-KTYQIx0mO2-9I,133
|
||||
../../share/jupyter/nbconvert/templates/compatibility/full.tpl,sha256=CmpspwsWO2fHwrNH_qKf-DGrKFgo1aHjwqAuuIz5QDQ,124
|
||||
../../share/jupyter/nbconvert/templates/lab/base.html.j2,sha256=nMo1e9Z_EvuadkLhGX-RJtsAGYMunFxJLznpkMpUrUo,8001
|
||||
../../share/jupyter/nbconvert/templates/lab/conf.json,sha256=aiiFFsO-ung615KLyd7r5d-5PxMwpXakLt8_ng3Wdb8,251
|
||||
../../share/jupyter/nbconvert/templates/lab/index.html.j2,sha256=XezoAPbtHWge14yTzSrz_0QJIa16h9Yo25k8WiSeHkI,2122
|
||||
../../share/jupyter/nbconvert/templates/lab/static/index.css,sha256=yZrqf3-sLuA1AWZR2sVGlMx-LIYP2wxdJcb4gvKQg5g,546493
|
||||
../../share/jupyter/nbconvert/templates/lab/static/theme-dark.css,sha256=b3Sg1uj-moOycstbahvW6bajk_UTqCM-W3eRw-MoqY4,15629
|
||||
../../share/jupyter/nbconvert/templates/lab/static/theme-light.css,sha256=D07CYAUp8DOdxTCH5MXC0N7705tghe-od6IQ3Mb7OpM,14533
|
||||
../../share/jupyter/nbconvert/templates/latex/base.tex.j2,sha256=HHEXpKtFDk3StA-PNLQvu9PAGCpWA3kusqnLUxT6AR8,9285
|
||||
../../share/jupyter/nbconvert/templates/latex/conf.json,sha256=2xa8932rlEj95KnaH8-W79Q73Ch3WviaIB5JnCCs5uU,144
|
||||
../../share/jupyter/nbconvert/templates/latex/display_priority.j2,sha256=WHmwf56d9u6m7y34FCfnKJz2dM4-f7S43PMrRu34KVA,1795
|
||||
../../share/jupyter/nbconvert/templates/latex/document_contents.tex.j2,sha256=enZPzGZ2oiiijdASOUoG_h2PCQqpeODe3ANtbZX2VcQ,2746
|
||||
../../share/jupyter/nbconvert/templates/latex/index.tex.j2,sha256=FInvezHz4MY5OLRzI03j-ZYJ8onIpTLbIHOaS5Mh2g4,496
|
||||
../../share/jupyter/nbconvert/templates/latex/null.j2,sha256=zJ_4hcVy0o9eadBXdqqosWiodIFdytWUKVjvpjHV14M,5509
|
||||
../../share/jupyter/nbconvert/templates/latex/report.tex.j2,sha256=tBYb6HezxBP61noI5SurxCf6bR3rD_KYwOvNyuxsv80,909
|
||||
../../share/jupyter/nbconvert/templates/latex/style_bw_ipython.tex.j2,sha256=Gn1lVNVCdGdvCj2_79L6BPMc5LfQpDy0tFOEJOLuUwY,1989
|
||||
../../share/jupyter/nbconvert/templates/latex/style_bw_python.tex.j2,sha256=DB-Uvno82W_eOKtpppLRX89Luu5D70ahfSYELwR17lY,479
|
||||
../../share/jupyter/nbconvert/templates/latex/style_ipython.tex.j2,sha256=_X9uawaQUjRiKVoZn-f_G7aFXvZPwbP8F7YcMWGZnnw,2586
|
||||
../../share/jupyter/nbconvert/templates/latex/style_jupyter.tex.j2,sha256=uHmHJHyZUuUVq4UNrKJkMbf3vTICLVTHzaegVvhb1yo,8293
|
||||
../../share/jupyter/nbconvert/templates/latex/style_python.tex.j2,sha256=DoY7Yu1SUnvXSGLTsXwVb6bgqlpU4Azq11ZPixBd3Vo,794
|
||||
../../share/jupyter/nbconvert/templates/markdown/conf.json,sha256=X23BnoHkRpOhnQmHGbwc27YLhA8xApCuB-Ekc1xW7mQ,87
|
||||
../../share/jupyter/nbconvert/templates/markdown/index.md.j2,sha256=C0kRgRAqG0UwXaFFON7WM83iUcbAoY8F5r4-Oj8J8Ps,2028
|
||||
../../share/jupyter/nbconvert/templates/python/conf.json,sha256=I8EQBRE31ZDx6-wtRRZ6PMB24lIMx6bw2begYY6eHCU,87
|
||||
../../share/jupyter/nbconvert/templates/python/index.py.j2,sha256=hibA2B5Z8sPySgJT9GngREcxkRp1VSk9fgUQO5N23VM,472
|
||||
../../share/jupyter/nbconvert/templates/reveal/base.html.j2,sha256=0zv9owV6cqCOxOy-xy2mv900lK4oXRJ_BMe8p1nzx8o,743
|
||||
../../share/jupyter/nbconvert/templates/reveal/conf.json,sha256=fKa1V-29Mr4_devC2PoEabeCl3GlIRzsAlju6dQN140,391
|
||||
../../share/jupyter/nbconvert/templates/reveal/index.html.j2,sha256=MfueBMauz3WvTbJYFAlYVFT1_hCRGCvBDixtoHYooe4,4899
|
||||
../../share/jupyter/nbconvert/templates/reveal/static/custom_reveal.css,sha256=J4TcqlDSHYK2W7NwuPseJDFhfh_xokaR_bfPP6JZYbE,2129
|
||||
../../share/jupyter/nbconvert/templates/rst/conf.json,sha256=XnXnRuQlmq34E0d6o1_P1GTLkkuaGX9IyUGTyWTsmXE,95
|
||||
../../share/jupyter/nbconvert/templates/rst/index.rst.j2,sha256=BXVqeiQwOn2nrQJNdFP3URhSeDxnfpRIL7LX6u7WAv0,2838
|
||||
../../share/jupyter/nbconvert/templates/script/conf.json,sha256=Ge_CouMHgIUbiQlAtxHbSC7EyJv9528b4Yb91kLaZYc,84
|
||||
../../share/jupyter/nbconvert/templates/script/script.j2,sha256=y0yFbSu4hdd1rfX2yrzduG5zqeNv_mcmuE38MPK1ZYI,84
|
||||
nbconvert-6.0.7.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
nbconvert-6.0.7.dist-info/LICENSE,sha256=qpOlS3g-w8Lq_llp0beUf0J6eBOEZVGuZaUuH6VIn0I,2888
|
||||
nbconvert-6.0.7.dist-info/METADATA,sha256=ebRloSacVhb4zGbLfvs3I_56GrucJYtYBRDANoWJafw,6150
|
||||
nbconvert-6.0.7.dist-info/RECORD,,
|
||||
nbconvert-6.0.7.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
||||
nbconvert-6.0.7.dist-info/entry_points.txt,sha256=Q9WpEdFgILIFCjQzJ9rBJf7l_xwaUiLaueKxE4Mo-A0,614
|
||||
nbconvert-6.0.7.dist-info/top_level.txt,sha256=GZcsFeDdkLLDI2aZOte-SCPG3eDqZTqrR6LOgX98GNQ,10
|
||||
nbconvert/__init__.py,sha256=pEWGt5OjQ4x1Hbdc1keI8STie3h43w_JEJ4j0tjhqo4,247
|
||||
nbconvert/__main__.py,sha256=2W7HxMAyDhk7LALbtPxYmv4xfNUmhUky126xA2ouDMQ,38
|
||||
nbconvert/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/__pycache__/__main__.cpython-36.pyc,,
|
||||
nbconvert/__pycache__/_version.cpython-36.pyc,,
|
||||
nbconvert/__pycache__/nbconvertapp.cpython-36.pyc,,
|
||||
nbconvert/_version.py,sha256=bspFKpT-QWv9nPBj7L0l8U88byUoW8Fux0SXUHlWq2w,1956
|
||||
nbconvert/exporters/__init__.py,sha256=algyOtLvyspNaNDzgloxXsn-7WDOsWIDtIam449gEMc,573
|
||||
nbconvert/exporters/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/asciidoc.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/base.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/exporter.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/html.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/latex.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/markdown.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/notebook.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/pdf.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/python.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/rst.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/script.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/slides.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/templateexporter.cpython-36.pyc,,
|
||||
nbconvert/exporters/__pycache__/webpdf.cpython-36.pyc,,
|
||||
nbconvert/exporters/asciidoc.py,sha256=fFS_ENcVDBWhKNkHzw0R0yWy1VF54qWDJnTwXG7ZszA,1536
|
||||
nbconvert/exporters/base.py,sha256=nLgtO3by09jXHO5zs0VpGOxtlmUM1kGjrl5zN-rn_UE,4799
|
||||
nbconvert/exporters/exporter.py,sha256=whwIs7MxdH4FucM8emym5wtD0bY4Tt11o3s7I8LkRYA,11528
|
||||
nbconvert/exporters/html.py,sha256=kbaQE87dF71zPG814w-9N1ZU9rF6hnrbuedpc4AGYNg,6438
|
||||
nbconvert/exporters/latex.py,sha256=GBWdSJe8uk_woLsBMwC8ig4_1opAmqP63W33eDeiV1s,3090
|
||||
nbconvert/exporters/markdown.py,sha256=jkG0xA7KJw3wZEz8i2wAeo-nFO_dWArCA7_7zelmbbk,1505
|
||||
nbconvert/exporters/notebook.py,sha256=2USgD4xHgENqIWOFMegqpxwUPNsPdBS4CE6Tk7Bx8wk,1369
|
||||
nbconvert/exporters/pdf.py,sha256=fkdyReQHGiyEPSZx_ga8HaYkN18uBDWkx_x6Or0ZbnM,7587
|
||||
nbconvert/exporters/python.py,sha256=fNfDSsbouty3lOExm5ORA_9J6iW3Rib3y0C49B-Jie8,674
|
||||
nbconvert/exporters/rst.py,sha256=yhDqPtlzjzKhlK6mKXEHTigR_-T8CsRpr3PzjRPodv4,943
|
||||
nbconvert/exporters/script.py,sha256=ZKgHp87R0NBRkJ2I3l467C97HSYLFhl320Ko9E3sAGY,2896
|
||||
nbconvert/exporters/slides.py,sha256=dJpJTV2j8VkW0z61u7tb4F9UXzjPvyvNJ_HcHbGGEMA,6151
|
||||
nbconvert/exporters/templateexporter.py,sha256=08tXW6LPOYGs5OZIXDMpXBr_Ei9q94W0OqGXc9wDJRU,25350
|
||||
nbconvert/exporters/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/exporters/tests/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/base.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/cheese.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_asciidoc.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_export.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_exporter.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_html.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_latex.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_markdown.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_notebook.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_pdf.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_python.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_rst.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_script.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_slides.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_templateexporter.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/__pycache__/test_webpdf.cpython-36.pyc,,
|
||||
nbconvert/exporters/tests/base.py,sha256=8Z2WUW_5gJ1QCf9Byezjzgza3i-oNKm-zWYFDJWXJok,1297
|
||||
nbconvert/exporters/tests/cheese.py,sha256=3bawmcLxQdrygUWzqTBnpVVUzRElgVHWWmmY0OkLDtE,1453
|
||||
nbconvert/exporters/tests/files/attachment.ipynb,sha256=Ua6NjekqAwzaNUIjFt14gt3jlfejKYZ7Q_zJ3PcxVo0,45585
|
||||
nbconvert/exporters/tests/files/lablike.html.j2,sha256=WrcPmS3PCDF1ic5cKgxx1KPyqPnm9Ze-0E8k4MD8cTg,98
|
||||
nbconvert/exporters/tests/files/notebook2.ipynb,sha256=lDj6wnSDeVg8Kv_rLI4sqqy0maEHlerHohdPq8-920A,10436
|
||||
nbconvert/exporters/tests/files/pngmetadata.ipynb,sha256=ur-AsIpasNePve2-VdFCCaGfdQtnn1t0exDitDki1qs,16768
|
||||
nbconvert/exporters/tests/files/prompt_numbers.ipynb,sha256=OEwFZIyD-WMw27j4mSdB-Ryz-ALBOL_e_Vt10z7Sy1Q,1392
|
||||
nbconvert/exporters/tests/files/rawtest.ipynb,sha256=0YXd3GLuNR3lHSmxFFTIIJZ_HioC1Hgc0qm2Lh-8TCg,1212
|
||||
nbconvert/exporters/tests/files/svg.ipynb,sha256=lilB-liUUx6-esDhoen3ywNlce4tZK1SUW-P5Bw2Uv4,19923
|
||||
nbconvert/exporters/tests/test_asciidoc.py,sha256=Gm_mtKdSxq0yHyBJQaG9rT3TGByh5nQ5ipl1IqdC6qE,2217
|
||||
nbconvert/exporters/tests/test_export.py,sha256=o31He6NBlj-_Wszwv-ltgY51vtxKXXh_igAEPp5cuUU,3387
|
||||
nbconvert/exporters/tests/test_exporter.py,sha256=1HrmXta8NFKfPqKqzHHxCu35oxAwbJzQwGlC7NDA4Rw,2544
|
||||
nbconvert/exporters/tests/test_html.py,sha256=Nk_aPv4xBQhYd06ARIdqurZlPIDTNUyCychFmcvNlIk,5168
|
||||
nbconvert/exporters/tests/test_latex.py,sha256=0ZYkv8SDYfn9cz5BD0QhXORQtUPqOqCUQW6CNFrDNnc,6699
|
||||
nbconvert/exporters/tests/test_markdown.py,sha256=tTQM49hTfIKEV-GL7CA5K435CA07eYt6KrzqegVuv4I,1319
|
||||
nbconvert/exporters/tests/test_notebook.py,sha256=5vpWw4R49boDFdUhrMAU_Q4iPKo80-uxsSbrfAN09hk,1276
|
||||
nbconvert/exporters/tests/test_pdf.py,sha256=1TUg71kofI9n3O-VzG0JTCgd3H5aeuLGhlKEHVGvX0M,1298
|
||||
nbconvert/exporters/tests/test_python.py,sha256=L3lDrZr96iVUr6cqKZxIN4xLQPMo1EfRXTXOWMiqiJU,748
|
||||
nbconvert/exporters/tests/test_rst.py,sha256=AhzPXhT73G6VR8iD5DkrhUI2RiKilFXwG-DrtWZq3qU,2113
|
||||
nbconvert/exporters/tests/test_script.py,sha256=e2y-0y3TC-9a9Er1G1M2KIuC3hi8xQmkCK7qrBopLc0,2242
|
||||
nbconvert/exporters/tests/test_slides.py,sha256=2H1b-IG6g8Fwz5CyF3e9mf9VI9r_uJxJ0ipzhPsUTdA,2981
|
||||
nbconvert/exporters/tests/test_templateexporter.py,sha256=UCOClTYehuVWqJENyNEqfKxeWQtoUELl4MLHaoS7SEA,25283
|
||||
nbconvert/exporters/tests/test_webpdf.py,sha256=jPOsuzgK8uhEfDL0rdF-G8GKGKP2h5ll44e-V7J7HMo,1562
|
||||
nbconvert/exporters/webpdf.py,sha256=_fq63Co4Vt5KeDcvKqppFH6yNlUIVDWVvO8I6uTjHxE,3618
|
||||
nbconvert/filters/__init__.py,sha256=bce9pSd2sXU7dJC6MZli126x-f8FSs33ohuljaY-FsQ,255
|
||||
nbconvert/filters/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/ansi.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/citation.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/datatypefilter.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/filter_links.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/highlight.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/latex.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/markdown.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/markdown_mistune.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/metadata.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/pandoc.cpython-36.pyc,,
|
||||
nbconvert/filters/__pycache__/strings.cpython-36.pyc,,
|
||||
nbconvert/filters/ansi.py,sha256=qysNHAHK8yXnXIDwcN7wn5iaBIqr_kiiUH-ZUEu6Dqc,7975
|
||||
nbconvert/filters/citation.py,sha256=L-cUfODxBgtXixrjGe4f7dBgcx8-XqajqM2Or8ZllMo,3494
|
||||
nbconvert/filters/datatypefilter.py,sha256=mhgPIJvAoSBnZzrKUcpWRzLP_WSOzaI9M_2R8mjkWEc,1615
|
||||
nbconvert/filters/filter_links.py,sha256=I6ljA825tuZbgQM616Pl4skbYxIAvGHnn5k48uQxuJc,1483
|
||||
nbconvert/filters/highlight.py,sha256=iQAhWS47U7MpgsBRENdygPQePPnf3m1OYYRdgBizrZw,5105
|
||||
nbconvert/filters/latex.py,sha256=_WGZuTRbVSyre8oazeQ0S4tLHYvW5h5ShnRZYgqzOVg,1868
|
||||
nbconvert/filters/markdown.py,sha256=DP20S1HmWOZ9Prf__T0ex2khEdHcyp9Ixt60rEbzMjo,2942
|
||||
nbconvert/filters/markdown_mistune.py,sha256=Lr9Dvpmok8yfdLW9BHK4535x_Psp3rsJis1ed2_DSWI,6424
|
||||
nbconvert/filters/metadata.py,sha256=AfLmFPqbl-dCPaXitUjgMXe2WtPaGbrqFZYuBQYhfCc,476
|
||||
nbconvert/filters/pandoc.py,sha256=7EYmlTWXamH1thSv-T5USjN2Z2R0VLei11sPyAmfjos,684
|
||||
nbconvert/filters/strings.py,sha256=iGtI9p6PvXVUTi6GCjGJkJW-F51uFVhe0Vad95QUx-Y,6380
|
||||
nbconvert/filters/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/filters/tests/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/__pycache__/test_ansi.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/__pycache__/test_citation.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/__pycache__/test_datatypefilter.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/__pycache__/test_highlight.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/__pycache__/test_latex.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/__pycache__/test_markdown.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/__pycache__/test_metadata.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/__pycache__/test_strings.cpython-36.pyc,,
|
||||
nbconvert/filters/tests/test_ansi.py,sha256=UM2d0f3uYouGpOC8x7mnY27Z9otSovC5CDWxMlkd7U4,4016
|
||||
nbconvert/filters/tests/test_citation.py,sha256=fIafhhSz0e2d_ONGcya1rbn8ttrr7MZ7zCYhTgeOLD4,4290
|
||||
nbconvert/filters/tests/test_datatypefilter.py,sha256=Yy7IHC83w960HZ4ZyjZjtAiWOOCl1eDJMstHh3Fqmzk,1119
|
||||
nbconvert/filters/tests/test_highlight.py,sha256=cZYF-QMR0MCRQpoC-HFkH-uGzXthVrHnE_KXVSPP4Do,2614
|
||||
nbconvert/filters/tests/test_latex.py,sha256=IQXOZuy_JoD9XTRVM8ofJNfp-Lzs7sestTeVSpcZ4fw,1550
|
||||
nbconvert/filters/tests/test_markdown.py,sha256=hP4xru0lE9q_lJHmisO9vhtd54AhNPZHNhS0BaBpDhE,8355
|
||||
nbconvert/filters/tests/test_metadata.py,sha256=5ic3oZmsKBW1VUyQuTNEgoEVsqDKpZ_DcFd2g2iVMnk,615
|
||||
nbconvert/filters/tests/test_strings.py,sha256=Km89osioNqtb6XKyiVqwlqFDw5efazcP7k7dD5FwTTo,6768
|
||||
nbconvert/nbconvertapp.py,sha256=IHPl8NxveyP5XKbcb9Xa-19aZub_9eApCXUSnMTxr04,22251
|
||||
nbconvert/postprocessors/__init__.py,sha256=eCk7n9B8nx4wgkWV65F9P5vJamXYvQHsMzDMDFwUyAI,151
|
||||
nbconvert/postprocessors/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/postprocessors/__pycache__/base.cpython-36.pyc,,
|
||||
nbconvert/postprocessors/__pycache__/serve.cpython-36.pyc,,
|
||||
nbconvert/postprocessors/base.py,sha256=QbWqJJWA8aFW2RkWmo5vjLNrTYTvTe_LyfLjMmduBtg,1071
|
||||
nbconvert/postprocessors/serve.py,sha256=nDy_mVkEdKMsJHb5bHD-pB93FckICS3Tv0UqSb3OSDc,4424
|
||||
nbconvert/postprocessors/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/postprocessors/tests/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/postprocessors/tests/__pycache__/test_serve.cpython-36.pyc,,
|
||||
nbconvert/postprocessors/tests/test_serve.py,sha256=oAR-tLc4Ja-oelVXvoJhEYnQ8inU91WaRaW-nXYiPtM,670
|
||||
nbconvert/preprocessors/__init__.py,sha256=T_eHu4OwlbAZYBHxDeV84MwXZhTAFXlVxR-lFl0MjW0,769
|
||||
nbconvert/preprocessors/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/base.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/clearmetadata.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/clearoutput.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/coalescestreams.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/convertfigures.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/csshtmlheader.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/execute.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/extractoutput.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/highlightmagics.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/latex.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/regexremove.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/sanitize.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/svg2pdf.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/__pycache__/tagremove.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/base.py,sha256=SCNDNFj8Vpx97iElcc3ncLUueLHTNgaht7HodgFzy38,2819
|
||||
nbconvert/preprocessors/clearmetadata.py,sha256=UH6zwZFIrU6IZNYV6_wp-nsunO5b8pMJZTESJUH5hko,3460
|
||||
nbconvert/preprocessors/clearoutput.py,sha256=Y9TeiMsaGdhErWxPDKydgZ8SAEe7Noo39TNqsw9diuw,943
|
||||
nbconvert/preprocessors/coalescestreams.py,sha256=RSSPhjZfzBsZShRq-_xMOsHXnylhM9Myu9nABvlIPWQ,2280
|
||||
nbconvert/preprocessors/convertfigures.py,sha256=T1FqoVQH0K6zBv9qenKL-DfPnlIkmGmlDCEKNpla3vk,1410
|
||||
nbconvert/preprocessors/csshtmlheader.py,sha256=_3T2HUqS_qvkApXCA7MSnI8mpxSQJ4ipD8AdG9ATdbg,3232
|
||||
nbconvert/preprocessors/execute.py,sha256=M4XYWZv9XFcLYpVQRv8YWV2wttvJ_UjHiXYuw1jY4lY,5800
|
||||
nbconvert/preprocessors/extractoutput.py,sha256=9mnumuuLuMVUa-vVY6X5h_ObCztsF6fj8yRsu84CDx0,6598
|
||||
nbconvert/preprocessors/highlightmagics.py,sha256=udLgaJGlWmozrHf0bdiF0P1kQmzAJCZ4t71BQCwrrys,3246
|
||||
nbconvert/preprocessors/latex.py,sha256=sAB9VuAtL4Irknd_kYBuiOlriCRw0Exicykw8kXSTvY,1979
|
||||
nbconvert/preprocessors/regexremove.py,sha256=9BJD-3vSR6SePKu9A-frzkd2foqOU0e60xTakd-rQJA,2508
|
||||
nbconvert/preprocessors/sanitize.py,sha256=D9UTacf-YUML-89M4em0oWBWczF64G-x3CTDvOIqBJk,4070
|
||||
nbconvert/preprocessors/svg2pdf.py,sha256=v7LjP0nqXtVI-ZiC1rMungL8rZgt-YYd3YW3cBwxJPc,4833
|
||||
nbconvert/preprocessors/tagremove.py,sha256=LXKj5bEr45IUGdQXMOIz5zVP-_INZQsj0K2EwXGB_3M,4667
|
||||
nbconvert/preprocessors/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/preprocessors/tests/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/base.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/fake_kernelmanager.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_clearmetadata.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_clearoutput.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_coalescestreams.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_csshtmlheader.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_execute.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_extractoutput.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_highlightmagics.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_latex.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_regexremove.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_sanitize.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_svg2pdf.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/__pycache__/test_tagremove.cpython-36.pyc,,
|
||||
nbconvert/preprocessors/tests/base.py,sha256=CbH1-rtAch-kOwWeSUmr3vtewStqGE26m_YFdPX7E14,2107
|
||||
nbconvert/preprocessors/tests/fake_kernelmanager.py,sha256=KZff-NVPhaLXlvtOUHDw7uMCrlPmDNlNucJanUwKO-o,855
|
||||
nbconvert/preprocessors/tests/files/HelloWorld.ipynb,sha256=gUc845LUntpXgROt6u-VGmgImi-aXO6sK-tRmeMQ_jc,356
|
||||
nbconvert/preprocessors/tests/files/MixedMarkdown.ipynb,sha256=LaTngbm4w7KbWRnajE6x_y1WKt9S63JGa1m6Rl_dPcQ,820
|
||||
nbconvert/preprocessors/tests/test_clearmetadata.py,sha256=QjKxfl60zWbQhadRN4gFvAjO-6LKusNDe6zC9u5ncbw,5194
|
||||
nbconvert/preprocessors/tests/test_clearoutput.py,sha256=jSPE-tR48Ocm04tAhuO5STQ9wjHB9ZqU1JVUx47b9G0,1894
|
||||
nbconvert/preprocessors/tests/test_coalescestreams.py,sha256=fpUmkcv-RXSuGGKuQkOD_AJIIEccSv_zN3t5uPlQAD4,2925
|
||||
nbconvert/preprocessors/tests/test_csshtmlheader.py,sha256=zH970iBAQ9lxLfAQbnfxQAN7z00WhRpEY0N70TJyYnE,1578
|
||||
nbconvert/preprocessors/tests/test_execute.py,sha256=XGUpbl4aYlThLWDomAMNlXsEDEo1hXnX556xs5Y_Ag4,3824
|
||||
nbconvert/preprocessors/tests/test_extractoutput.py,sha256=O-ou1NYjR_O9ZZdBIxhe5lPqJ-oLTnsZw2edYS1zFb8,3208
|
||||
nbconvert/preprocessors/tests/test_highlightmagics.py,sha256=TIgn3idVQdkp5Dq7qLsiK2Ujv-7iltFPRoQvW8TwgU8,1676
|
||||
nbconvert/preprocessors/tests/test_latex.py,sha256=IKlb_a9-2Oy_fCT6LRCjuefyGITXDp0lli3z98J2dsQ,1761
|
||||
nbconvert/preprocessors/tests/test_regexremove.py,sha256=T06HXZVa7Pig1vILfT2tRWxcoO_4WdDyffI1OMvbuuc,2443
|
||||
nbconvert/preprocessors/tests/test_sanitize.py,sha256=G5XNNBY10h_GRunfdnN0zoj4mUUhaA73AYGZbo1pZq8,6648
|
||||
nbconvert/preprocessors/tests/test_svg2pdf.py,sha256=W8RIGDCOdFGXgTADn_IaLHMVqQPaXGkCOIVkJjk5U1A,3384
|
||||
nbconvert/preprocessors/tests/test_tagremove.py,sha256=2ccPyGaKLwa0e8Skq5_YcfiO3tyqF_ZtXKfpBqgPwZg,2980
|
||||
nbconvert/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/resources/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/templates/README.md,sha256=DVp-puMCq_KKcVxZXgyAcnrwSK9ijxdp3g2zIJs_fR0,318
|
||||
nbconvert/templates/skeleton/README.md,sha256=-iQEQpWMIhDbhZ29QwwrNceDoHHhDE3E7H8xnIl_hgo,513
|
||||
nbconvert/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/tests/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/tests/__pycache__/base.cpython-36.pyc,,
|
||||
nbconvert/tests/__pycache__/fake_exporters.cpython-36.pyc,,
|
||||
nbconvert/tests/__pycache__/test_nbconvertapp.cpython-36.pyc,,
|
||||
nbconvert/tests/__pycache__/utils.cpython-36.pyc,,
|
||||
nbconvert/tests/base.py,sha256=49z9FdDmvQA5qK_3YZ8072wTmNlltl1Vf77GPqjp3X8,6141
|
||||
nbconvert/tests/exporter_entrypoint/__pycache__/eptest.cpython-36.pyc,,
|
||||
nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/entry_points.txt,sha256=pq29YZQrCWmZw-9BX8Hc93JZ-T_Ux9wZiP3pJySnqT4,126
|
||||
nbconvert/tests/exporter_entrypoint/eptest.py,sha256=gYklmY_C3YROszO96Z-x9hJMWAsxqsL7X-D1C51hFE0,230
|
||||
nbconvert/tests/fake_exporters.py,sha256=Ctea5pRvM-0h5mhhGaKb9LO5aCJaCYwwrfmbmc1MD2g,547
|
||||
nbconvert/tests/files/Widget_List.ipynb,sha256=KrMtE6EwtvdoY5atLvsPqwfQtl7ygIYvJUD8nmcgaM8,96981
|
||||
nbconvert/tests/files/__pycache__/hello.cpython-36.pyc,,
|
||||
nbconvert/tests/files/__pycache__/jupyter_nbconvert_config.cpython-36.pyc,,
|
||||
nbconvert/tests/files/__pycache__/override.cpython-36.pyc,,
|
||||
nbconvert/tests/files/containerized_deployments.jpeg,sha256=xy0-cQc9h1WsyHJdgA1bOMggJ1BgqKdMoAI-Zu1ftKE,12779
|
||||
nbconvert/tests/files/hello.py,sha256=yTDIjKnFTi55mmwlqbnntu0Ce4CTjMfjPYA7syJ3mw0,234
|
||||
nbconvert/tests/files/jupyter_nbconvert_config.py,sha256=JO27SjU7z0j2mBJfwdsplhYfUHlpq4q0SFsKHsg_GIA,185
|
||||
nbconvert/tests/files/latex-linked-image.ipynb,sha256=ELUlobFahiFu04oRz9aC-g50p765dir5k-JiRYfutFA,541
|
||||
nbconvert/tests/files/markdown_display_priority.ipynb,sha256=zp38gGcWGJdQg-k_ijwxdn5I-KyKD8hY9SpynJQ8jFc,8671
|
||||
nbconvert/tests/files/notebook1.html,sha256=uKNbK61vfWi86OV_b42snuSeULM6dopw5A4qKcpoaI8,276950
|
||||
nbconvert/tests/files/notebook1.ipynb,sha256=Ci4qmwJsJXR9LvDZvgprjfg-x2js3cXns-NzkdffnPA,5670
|
||||
nbconvert/tests/files/notebook2.ipynb,sha256=KZflJtmAzLEy5q1cqeiciseF66py0u10qkQ8-01Boic,125437
|
||||
nbconvert/tests/files/notebook3_with_errors.ipynb,sha256=k6YbiG-BYGmKmoR6qWh-KlOc8VZ9bjP_civrGhnlq1A,1318
|
||||
nbconvert/tests/files/notebook4_jpeg.ipynb,sha256=2-26HtuzeA_yzNYNK7Z8OhndeMCePo55U3ZQpAKyAlE,18647
|
||||
nbconvert/tests/files/notebook_jl.ipynb,sha256=vJihDQniW8RJxTLJ5wOj-YtuV2EZ6lTglhOu_9jEWp8,450
|
||||
nbconvert/tests/files/notebook_tags.ipynb,sha256=_PRF4fQLQQKab_rPgiCYZL3Sw8zROPqxfshJuv2Z61o,1618
|
||||
nbconvert/tests/files/override.py,sha256=t9SRH8kw6uhEaeFrBYcuExrmob9esDb1TMss0neBDKE,185
|
||||
nbconvert/tests/files/testimage.png,sha256=WUqEurLGNpfozdhz4H3Ux3ItSN8cVuKWHHvZXPld5R8,1923
|
||||
nbconvert/tests/test_nbconvertapp.py,sha256=OpP5CabowU838zyu0vN2Uaj5AVnO9lzDZJhdRV_yqfQ,23292
|
||||
nbconvert/tests/utils.py,sha256=fmLyLlo2e4W4J-WDHEI1yLupgUjLQ5UF8QIHJVS0ubA,366
|
||||
nbconvert/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/utils/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/utils/__pycache__/base.cpython-36.pyc,,
|
||||
nbconvert/utils/__pycache__/exceptions.cpython-36.pyc,,
|
||||
nbconvert/utils/__pycache__/io.cpython-36.pyc,,
|
||||
nbconvert/utils/__pycache__/lexers.cpython-36.pyc,,
|
||||
nbconvert/utils/__pycache__/pandoc.cpython-36.pyc,,
|
||||
nbconvert/utils/__pycache__/version.cpython-36.pyc,,
|
||||
nbconvert/utils/base.py,sha256=haDZkU5PMHremo5q3_knYfnzOkVtIbX_tE_s5fvasx4,1044
|
||||
nbconvert/utils/exceptions.py,sha256=-Db2Aulruq3HA-0SFOB-JffiONF23rwIzjBWhsgGdjU,676
|
||||
nbconvert/utils/io.py,sha256=s6UB6LQfCB4LmwW3vuertDDQkVnS7EnyIRRIDqjnRME,1152
|
||||
nbconvert/utils/lexers.py,sha256=CSO3AZsjk8hXM-ubFOWMjM9YzOCUV84QPteY1-5jxGc,208
|
||||
nbconvert/utils/pandoc.py,sha256=ZgcqkCdCkx7ws-DjbPdyZDPRYT_vG39qMTzFMwZuz6w,4392
|
||||
nbconvert/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/utils/tests/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/utils/tests/__pycache__/test_io.cpython-36.pyc,,
|
||||
nbconvert/utils/tests/__pycache__/test_pandoc.cpython-36.pyc,,
|
||||
nbconvert/utils/tests/__pycache__/test_version.cpython-36.pyc,,
|
||||
nbconvert/utils/tests/test_io.py,sha256=bcxeJ-plY_TvDY9Rcrb2bnrnBOqbJe0PXn8yP4O37Qs,1034
|
||||
nbconvert/utils/tests/test_pandoc.py,sha256=du0908_hUq0j2EBdRaLsJMqREBd1SMEs8TeFPiAIazE,2840
|
||||
nbconvert/utils/tests/test_version.py,sha256=n74btvcU-9KoqGmQu7HCSKlU2QxLPd8U7_ws-tQWyXA,429
|
||||
nbconvert/utils/version.py,sha256=mQdD0_PZpul7cqK94tPwlfjzZMe0pugU06N5hpTWcOs,998
|
||||
nbconvert/writers/__init__.py,sha256=G3EUkEkScwTEyUjPCCMie_VmAOloq8pFs2wXzN7xzmE,124
|
||||
nbconvert/writers/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/writers/__pycache__/base.cpython-36.pyc,,
|
||||
nbconvert/writers/__pycache__/debug.cpython-36.pyc,,
|
||||
nbconvert/writers/__pycache__/files.cpython-36.pyc,,
|
||||
nbconvert/writers/__pycache__/stdout.cpython-36.pyc,,
|
||||
nbconvert/writers/base.py,sha256=fH_y7lU5D4yUva4VYtP-_P4Na8xD-g9CSQ3cTAHGUL4,1161
|
||||
nbconvert/writers/debug.py,sha256=yfkxBzxlHY7IqHTPYQBE7_9gNduQgF4_87lmlMJEsc4,1546
|
||||
nbconvert/writers/files.py,sha256=nfWrawdc8AnjGBmKHPq6Z41NJjX6c74RASFHiu4nNJ4,5243
|
||||
nbconvert/writers/stdout.py,sha256=KcMq2X5lt0bW2jLeQF_kuE7yj4q7fxSQMAb3IZEfrtU,515
|
||||
nbconvert/writers/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
nbconvert/writers/tests/__pycache__/__init__.cpython-36.pyc,,
|
||||
nbconvert/writers/tests/__pycache__/test_debug.cpython-36.pyc,,
|
||||
nbconvert/writers/tests/__pycache__/test_files.cpython-36.pyc,,
|
||||
nbconvert/writers/tests/__pycache__/test_stdout.cpython-36.pyc,,
|
||||
nbconvert/writers/tests/test_debug.py,sha256=OHRAH4xKG3bU2GE5Hjj77-k7Oh0PgoLxyX_dS4ZX1ms,1531
|
||||
nbconvert/writers/tests/test_files.py,sha256=hjy4C8Rwzf_sphoZtng7ABVbJn7sJueXhkwqTeZjIaM,10395
|
||||
nbconvert/writers/tests/test_stdout.py,sha256=MgW9iUnZIobPX_o9i7l70NCJ9b5UgSIQ_E2-Xg0stvk,1389
|
5
venv/Lib/site-packages/nbconvert-6.0.7.dist-info/WHEEL
Normal file
5
venv/Lib/site-packages/nbconvert-6.0.7.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,17 @@
|
|||
[console_scripts]
|
||||
jupyter-nbconvert = nbconvert.nbconvertapp:main
|
||||
|
||||
[nbconvert.exporters]
|
||||
asciidoc = nbconvert.exporters:ASCIIDocExporter
|
||||
custom = nbconvert.exporters:TemplateExporter
|
||||
html = nbconvert.exporters:HTMLExporter
|
||||
latex = nbconvert.exporters:LatexExporter
|
||||
markdown = nbconvert.exporters:MarkdownExporter
|
||||
notebook = nbconvert.exporters:NotebookExporter
|
||||
pdf = nbconvert.exporters:PDFExporter
|
||||
python = nbconvert.exporters:PythonExporter
|
||||
rst = nbconvert.exporters:RSTExporter
|
||||
script = nbconvert.exporters:ScriptExporter
|
||||
slides = nbconvert.exporters:SlidesExporter
|
||||
webpdf = nbconvert.exporters:WebPDFExporter
|
||||
|
|
@ -0,0 +1 @@
|
|||
nbconvert
|
Loading…
Add table
Add a link
Reference in a new issue