nbinteract

View on PyPIReverse Dependencies (0)

0.2.6 nbinteract-0.2.6-py3-none-any.whl

Wheel Details

Project: nbinteract
Version: 0.2.6
Filename: nbinteract-0.2.6-py3-none-any.whl
Download: [link]
Size: 29613
MD5: 4c637928c6036a3f27f2520065f4dc41
SHA256: 07ec89860afe02b375f9a85efa16af8082cffc38b3314ec00ac6a77fe69cc046
Uploaded: 2021-01-05 06:47:54 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nbinteract
Version: 0.2.6
Summary: Export interactive HTML pages from Jupyter Notebooks
Author: Sam Lau
Author-Email: samlau95[at]gmail.com
Home-Page: https://github.com/SamLau95/nbinteract
License: MIT
Keywords: jupyter nbconvert interact
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Jupyter
Requires-Dist: numpy (<2,>=1)
Requires-Dist: IPython (<8,>=6)
Requires-Dist: nbconvert (>=5.3)
Requires-Dist: traitlets (<5,>=4.3)
Requires-Dist: toolz (<1,>=0.8)
Requires-Dist: docopt (<1,>=0.6.2)
Requires-Dist: nbformat (<5,>=4.4.0)
Requires-Dist: Jinja2 (<3,>=2.10)
Requires-Dist: bqplot (==0.11.0)
Requires-Dist: ipywidgets (<8,>=7.5.0)
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: coveralls; extra == "test"
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 5345 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
nbinteract/__init__.py sha256=7xdvtRlM2DNBadCcP5r7KQO5JPzLNLJn3gD9dmXOo30 588
nbinteract/cli.py sha256=0m-khjtwlKlPV5d_P8tcsTuLA-g32O74PTmtom6yNds 16091
nbinteract/exporters.py sha256=TzKyncBgcQqzo0eKrGZfE-aqqWlKz0g1FH9X8unIOfI 8338
nbinteract/plotting.py sha256=zOkci-6Cw1jY4sL-EA2lHXy65-SSMDBkrs-vpZO2bMA 24057
nbinteract/preprocessors.py sha256=Yt3jTRQ1UK-vBn2c69Qnv3TUTE09lUfLQE5dYetdYHo 4592
nbinteract/questions.py sha256=mDr6OFjXqN9yFTeNaWu1Iy45mcw7rwXwqNvZppcTsl0 5502
nbinteract/util.py sha256=L_JySa8wZjzWg_KuVdO8n87bh8SZhhY0nQyi6zhjv7w 5029
nbinteract/templates/full.tpl sha256=UqpYaCmKg9M7UksY304CCrOG6pxOPmctSRPNwgEW60w 1447
nbinteract/templates/local.tpl sha256=1lF7ZpGeFGV1ILzBSApfYRNihSQNPiOhHWXFDLqah4I 484
nbinteract/templates/nbinteract_css.tpl sha256=1_2iqn0nJq3bXQQsBUWNpA30m8UcugaQnMGIf4BQzI4 795
nbinteract/templates/partial.tpl sha256=v0WXI0Joo5Z81o3MSfgrXZW0C7MKLnYNpZW2jlR8a_I 798
nbinteract/templates/plain.tpl sha256=XD_ucqHqQAk7hu_pBgU3BN4kPvY9-VLnNHqganS3PiA 7197
nbinteract-0.2.6.dist-info/LICENSE.txt sha256=ZQtIH5rwKTBLoLc1XAxIt_zHV-cxRO0ysFZ_Gp_CZBs 1507
nbinteract-0.2.6.dist-info/METADATA sha256=V5U2VpsA7Y-QiGir5zWT4JWEL4YA1Yw97gn88qPFz-c 6650
nbinteract-0.2.6.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
nbinteract-0.2.6.dist-info/entry_points.txt sha256=z0zlO1bXkrbO1ybyFcKsV8t5ihrhiGaAvh6aObEm3jo 114
nbinteract-0.2.6.dist-info/top_level.txt sha256=0wm6VjJdOPenrhDzc5pi-wiLbrxaMuT9c2oZZ7yuMqw 11
nbinteract-0.2.6.dist-info/RECORD

top_level.txt

nbinteract

entry_points.txt

nbinteract = nbinteract.cli:main
interact = nbinteract:InteractExporter