Open rkdarst opened 4 years ago
I assume the current version of batchspawner isn't compatible with JupyterLab v3? How about v 0.8.1?
Current version of batchspawner works fine with JupyterLab v3.
Okay, I will open another issue because I'm experiencing issues with my installation. Thanks!
I am having an issue when using jupyterhub 3.1.1 (conda installed), jupyterhub-singleuser
is raising a warning :
hub_auth._api_request(
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
[I 2023-03-01 14:50:58.820 SingleUserLabApp mixins:609] Starting jupyterhub single-user server version 3.1.1
and never connects to the hub, while it works flawlessly with JupyterHub 2.0.0
This JupyterHub issue talks about a re-implementation or update of the singleuser server:
I think this will probably affect us with the batchspawner wrapper, but I'm not entirely sure how. I think we need to check on things at least and can possibly make things simpler (?)
@cmd-ntrf - I seem to remember you did something about the current batchspawner-singleuser. Is this in your realm of knowledge?