Installation

Juxl and Juxl-extensions can be installed as any other JupyterLab extension by either using the extension manager or the Jupyter labextension command line interface.

Using Extension Manager:

You can use the Extension Manager Ui to install Juxl and the mentioned Juxl-extensions.

Warning

You need to enable the use of extensions. Read how to enable JupyterLab extensions at Using the Extension Manager.

This can results in some security concerns. See the official disclaimer at JupyerLab Documentation.

Afterwards search for @juxl/juxl-extension and click on install.

More infromation about the Jupyter Extension Manager are available here.

Using jupyter labextension:

Run

root@device:~$ jupyter labextension install @juxl/juxl-extension

to install Juxl using the Jupyter labextension cli.

Run

root@device:~$ jupyter labextension install @juxl/juxl-extension @juxl/logging @juxl/log-console

For a Juxl installation with a log-console and extensive logging.

More information about The Jupyter labextension cli here.

See also

JupyterLab Extension Documentation

Detailed documentation on JupyterLab Extensions. Includes installation, managing and listing extensions.