1.0.9-dev5 • Published 4 years ago

@aosypov/xrathus-jupyterlab v1.0.9-dev5

Weekly downloads
28
License
Xrathus-2.0
Repository
github
Last release
4 years ago

XrathusLab Extension

Extension Information

Latest Extension version: 1.0.9dev4

In order for the extension to work, it needs to have the xrathus_jupyterlab server extension installed as well. To install and enable it, run the following two lines from inside the directory containing the extension:

pip install .[test]
jupyter serverextension enable --py xrathus_jupyterlab
``


## Docker and Kubernetes Information

The Docker folder contains the xrathus lab folder with a docker-compose.yml file that starts it up with the necessary configuration options. All you have to do is call the following command in the directory that contains the docker-compose.yml file, and everything will get set up. 
```console
sudo docker-compose up