Installation¶
Guidance for installing the Onyx client, or building it manually for development.
Usage within CLIMB JupyterLab Servers
If you are running a CLIMB JupyterLab server, you do not need to install the client, as it comes pre-configured in your environment.
If you cannot see the most up-to-date version of the Onyx client, this is because you will have previously installed your own version manually.
To revert your Onyx client to the managed up-to-date version, navigate to your terminal and run:
And restart your JupyterLab server.
Install from conda-forge¶
This installs the latest version of the client from conda-forge.
Install from PyPI¶
This installs the latest version of the client from PyPI.
Build from source¶
Clone the source code from GitHub:
Run installation from within the source code directory:
Developing the Client¶
If you wish to develop the client, ensure you have followed the above steps to build it.
From there, you can simply modify the client code and dependencies, and rebuild by executing: