Releases: NERSC/jupyterlab-slurm
Releases · NERSC/jupyterlab-slurm
3.0.2 Release
What's Changed
- Migrating log messages from info to debug by @mlhenderson in #58
- resolving install status by @mlhenderson in #59
- including lockfile by @mlhenderson in #63
- update docs image for README by @mlhenderson in #61
Full Changelog: v3.0.1...v3.0.2
JupterLab 3.0.1, Styling updates for Dark mode
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
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
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.