Metadata-Version: 1.1
Name: pnb
Version: 0.2.6
Summary: A beautiful and lightweight notebook interface for the python interpreter.
Home-page: https://github.com/chrisecker/textmodel/tree/master/pynotebook
Author: C. Ecker
Author-email: textmodelview@gmail.com
License: BSD
Description: pnb
        ====
        
        .. image::
           https://raw.githubusercontent.com/chrisecker/textmodel/master/pynotebook/screenshots/ball2_small.png
        
        `More screenshots <https://github.com/chrisecker/textmodel/tree/master/pynotebook/screenshots>`_
        
        
        Introduction
        ------------
        
        Pnb is an interactive environment for python programming which
        follows the notebook concept of mathematica and jupyter. Notebooks are
        a pleasant way to develop and document python code and to store ideas.
        
        Unlike other python notebook applications such as jupyter or spyder,
        pnb is very lightweight and easy to install. It has only two
        dependencies: wxpython and pynotebook.
        
        
        
        Features
        --------
        
        Most notable features are:
        
        - syntax highlighting
        - command completion (tab-key)
        - introspection (F1-key)
        - built-in vector graphics
        - plotting via matplotlib
        - BSD-license
        
        
        
        Links
        -----
        - `pynotebook module <https://pypi.python.org/pypi/pynotebook>`_
        - `R-Notebook <https://pypi.python.org/pypi/rnb>`_
        - `github page <https://github.com/chrisecker/textmodel/tree/master/pynotebook>`_
        
        
        
        
Keywords: Interactive,Interpreter,Notebook,Shell,WXPython
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 :: 2.7
