Metadata-Version: 1.0
Name: jupyterdevview
Version: 1.0.1
Summary: Side by side view of code and output in jupyter notebooks
Home-page: http://pypi.python.org/pypi/jupyterdevview/
Author: Nick Tiligadas
Author-email: nick@tiligadas.net
License: LICENSE.txt
Description: ================
        Jupyter Dev View
        ================
        
        Jupyter Dev View contains a style sheet that splits the jupyter output into a side by side view of code cells on the left, and output on the right.  
        In addition to the stylesheet this package provides two functions to easily switch between the Dev View and the traditional notebook view.::
        
            import jupyterdevview as jdv
        
            # Switch to dev view
            jdv.dev_view() 
            # Refresh your browser (ctrl-F5 for most browsers)
            
            # Switch back to notebook view
            jdv.notebook_view() 
            # Refresh your browser (ctrl-F5 for most browsers)
        
        **NOTE: You will need to restart jupyter after the first time you run jdv.dev_view() for the changes to take effect.  Subsequently you will just need to refresh your browser**
        
Platform: UNKNOWN
