Version 0.3.0
New feature: jupyter server proxy! If you are running jupyter lab, the same host/port can be used to access other web interfaces on the same machine, e.g. the dask dashboard. Either click the url or the "Launch dashboard" button:
As always, you can update by rerunning the bootstrap:
curl -OL https://raw.githubusercontent.com/CoffeaTeam/lpcjobqueue/main/bootstrap.sh
bash bootstrap.sh
What's Changed
- Use jupyter server proxy for dashboard by @nsmith- in #24
- Use proper Status enum values by @nsmith- in #25
- Move to Apptainer, get grid certs by @kpedro88 in #26
New Contributors
Full Changelog: v0.2.10...v0.3.0