Metadata-Version: 2.1
Name: django-jupyter
Version: 0.0.2
Summary: A app for using Jupyter notebooks in Django.
Home-page: https://github.com/maroba/django-jupyter
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Requires-Dist: Django>=2.2
Requires-Dist: jupyter-book>=1
Requires-Dist: beautifulsoup4

A Django app for storing Jupyter notebooks in your database and rendering them in views.
