Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 549 Bytes

knownet-tools

A collection of knowledge network widgets and interactions

Installation

To install use pip:

$ pip install knownet_tools
$ jupyter nbextension enable --py --sys-prefix knownet_tools

For a development installation (requires npm),

$ git clone https://github.com/oznome/knownet-tools.git
$ cd knownet-tools
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix knownet_tools
$ jupyter nbextension enable --py --sys-prefix knownet_tools