Metadata-Version: 2.1
Name: PWE-NB-Extension
Version: 0.0.5
Summary: A Notebook Extension for the Possible Worlds Explorer
Home-page: https://github.com/idaks/PWE-NB-Extension
Author: Sahil Gupta
Author-email: 
License: UNKNOWN
Description: # PWE-NB-Extension
        Notebook Extension for PWE
        
        After installing this package via [PyPi](https://pypi.org/project/PWE-NB-Extension/), execute the following in your jupyter notebook to activate this extension:
        
        ```%load_ext PWE_NB_Extension```
        
        #### Acknowledgement:
        Prolog Syntax Highlighting code for Codemirror found [here](https://github.com/SWI-Prolog/swish/tree/master/web/js/codemirror/mode/prolog)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
