Metadata-Version: 1.1
Name: nbopen
Version: 0.2
Summary: Open a notebook from the command line in the best available server
Home-page: https://github.com/takluyver/nbopen
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
License: UNKNOWN
Description: Open notebooks from the command line
        
        nbopen looks for the nearest running notebook server - if it finds one, it
        opens a web browser to that notebook. If not, it starts a new notebook server
        in that directory.
        
        Installation::
        
            pip install nbopen
        
        Usage::
        
            nbopen AwesomeNotebook.ipynb
        
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
