NERSC / jupyterlab-slurm

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

Add launcher icon for the jupyterlab-slurm extension #2

Closed JonjonHays closed 5 years ago

JonjonHays commented 5 years ago

A launcher icon should be added for the jupyterlab-slurm extension, so users don't have to navigate the command palette to launch the extension. This can be done using the @jupyterlab/launcher:ILauncher package. At this point, it seems like the best way to figure out how to implement the launcher icon is to go through existing examples; the best resources are core JupyterLab extensions, such as the terminal-extension.

JonjonHays commented 5 years ago

This feature is implemented on a feature branch, and is ready to be merged, but I will wait until issue 1 is merged, and rebase with master before submitting a PR.

JonjonHays commented 5 years ago

This feature has been merged.