Metadata-Version: 1.1
Name: blackhc.notebook
Version: 1.0
Summary: Notebook setup code
Home-page: https://github.com/blackhc/notebook_setup
Author: Andreas Kirsch
Author-email: blackhc+notebook_setup@gmail.com
License: CC0
Description-Content-Type: UNKNOWN
Description: # Notebook setup package

        

        [![Build Status](https://travis-ci.org/BlackHC/mdp.svg?branch=master)](https://travis-ci.org/BlackHC/mdp)

        

        Idea is to

        ```

        import blackhc.notebook

        ```

        and get someuseful stuff in your jupyter notebooks.

        

        Right now 'useful stuff' is:

        

        * finds the project root and changes directory to that;

        * adds `$project_root/src` to the Python paths.

        

         

        ## Installation

        

        To install using pip, use:

        

        ```

        pip install blackhc.notebook

        ```

        

        To run the tests, use:

        

        ```

        python setup.py test

        ```

        
Keywords: jupyter
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
