Skip to content

Releases: NERSC/jupyterlab-slurm

3.0.2 Release

15 Dec 17:37
10caff0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

JupterLab 3.0.1, Styling updates for Dark mode

24 Sep 21:24
eda0528
Compare
Choose a tag to compare

This is a minor release update that improves the look and feel of the extension, and also disables an extra debug log file that was not named per user on creation.

  • Debug log file commented out
  • Dark mode styling updates
  • Additional styling updates to apply styles more consistently, button sizes, font sizes, etc
  • Table active colors synced to current jupyter theme

JupyterLab 3 release

13 Aug 22:57
9710bef
Compare
Choose a tag to compare

This version of the slurm extension is compatible with JupyterLab 3.

Some of the new features since v2:

  • Tabbed views for queue status, job submission, job notifications (slurm responses)
  • Improved error and status messages
  • Updated queue table display
    • rows are more easily selectable
    • you can see how many rows you have selected at a glance
    • sortable columns
    • row filtering
    • Last squeue update date/time displayed
    • automatic refresh when you perform a job action (submit, kill, hold, release)
  • Job submit
    • select an sbatch script based on your current directory in the JupyterLab filebrowser
    • enter sbatch script text directly
  • Job Notifications
    • Captures all messages from slurm, success messages and errors into one area

Jupyter 2 Release

13 Aug 22:36
Compare
Choose a tag to compare

This version of the slurm extension is for use with Jupyter 2.

A minor patch was included after v2.0.0-dev to use application/json for communication with the server extension.