You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,13 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
157
157
* Add new option exec_prefix, which defaults to `sudo -E -u {username}`. This replaces explicit `sudo` in every batch command - changes in local commands may be needed.
158
158
* Add many more tests.
159
159
* Update minimum requirements to JupyterHub 0.8.1 and Python 3.4.
160
+
* New option: `req_keepvars_extra`, which allows keeping extra variables in addition to what is defined by JupyterHub itself (addition of variables to keep instead of replacement). #99
161
+
* Add `req_prologue` and `req_epilogue` options to scripts which are inserted before/after the main jupyterhub-singleuser command, which allow for generic setup/cleanup without overriding the entire script. #96
162
+
* Add a new page `SPAWNERS.md` which information on specific spawners. #97
163
+
* Pass the environment dictionary to the queue and cancel commands as well. This is mostly user environment, but may be useful to these commands as well in some cases. #108, #111
164
+
* SlurmSpawner: add the `req_reservation` option. #
165
+
* Improve debugging on failed submission by raising errors including error messages from the commands. #106
166
+
* Many other non-user or developer visible changes. #107#106#100
0 commit comments