Metadata-Version: 1.1
Name: jupyter-cms
Version: 0.6.1
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
Description: 
            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
        * Plugin system for deploying and downloading notebook bundles
        * Example *IPython Notebook bundle (.zip)* download bundler
        
        See `the project README <https://github.com/jupyter-incubator/contentmanagement>`_
        for more information.
        
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
