Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 653 Bytes

Bidirectional jupyter widget example

A widget for accessing and displaying results from the knowledge network. Demonstrates bidirectional changes between the model and the view.

Installation

For a development installation inside a jupyter datascience docker container

$ git clone https://github.com/oznome/knownet_widget.git
$ cd knownet_widget
$ cd js
$ /opt/conda/bin/npm install --unsafe-perm --verbose . 
$ cd ..
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix knownet_widget
$ jupyter nbextension enable --py --sys-prefix knownet_widget