Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 464 Bytes

installation.rst

File metadata and controls

38 lines (22 loc) · 464 Bytes

Installation

From Pip

pip install knowledgelab

From Source

python setup.py install

or

make install

Jupyter Extensions

To install the server extensions:

jupyter serverextension enable --py knowledgelab

To install the JupyterLab extensions:

jupyter labextension install knowledgelab