@aosypov/xrathus-jupyterlab

A Xrathus extension for Jupyterlab

Usage no npm install needed!

<script type="module">
  import aosypovXrathusJupyterlab from 'https://cdn.skypack.dev/@aosypov/xrathus-jupyterlab';
</script>

README

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