NERSC / jupyterlab-slurm

BSD 3-Clause "New" or "Revised" License
92 stars 22 forks source link

Enable canonical installation using the jupyter labextension install command, and update README #1

Closed JonjonHays closed 5 years ago

JonjonHays commented 5 years ago

The jupyterlab-slurm extension should be able to be installed using the following command:

jupyter labextension install jupyterlab-slurm

Enable this functionality and update the README to reflect the revised and working installation process.

Also, look into the server extension installation process, and simplify the installation process if possible.

JonjonHays commented 5 years ago

This feature has been implemented and merged.