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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: PW-explorer (>=0.0.23)
Requires-Dist: IPython (>=7.3.0)
Requires-Dist: notebook (>=5.7.0)
Requires-Dist: Pygments (>=2.2.0)

# 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)


