Metadata-Version: 2.1
Name: jupyter-cms
Version: 0.7.0
Summary: Extension for Jupyter Notebook 4.0.x with experimental content management features
Home-page: https://github.com/jupyter-incubator/contentmanagement
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Platform: Jupyter Notebook 4.0.x
Platform: Jupyter Notebook 4.1.x
Platform: Jupyter Notebook 4.2.x
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 :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
License-File: LICENSE.md


    This package adds the following features to Jupyter Notebook:

* Search dialog on file tree, editor, and notebook screens to search over filenames and .ipynb content in the notebook directory
* IPython kernel extension to make notebooks importable, and notebook cells injectable via # <api> and # <help> annotations
* Full-page drag-and-drop upload target
* Pop-over table of contents navigation for notebooks

See `the project README <https://github.com/jupyter-incubator/contentmanagement>`_
for more information.


