Yevgeny Kazakov
Yevgeny Kazakov
Here, in comparison the logs when the classic notebook of the service is accessed (which works fine) under the address: ``` http://127.0.0.1:8000/services/shared-notebook/tree? ``` Logs ``` I 2021-10-29 15:53:53.471 JupyterHub app:2459]...
Perhaps here is a problem: - jupyterlab: ``` [I 2021-10-29 15:46:57.249 JupyterHub log:189] 200 GET /hub/api/authorizations/token/[secret] ([email protected]) 34.85ms [D 2021-10-29 15:46:57.253 SingleUserNotebookApp auth:316] Received request from Hub user {'kind': 'service',...
I have noticed there is now a docker image for version 2.0.0rc3 so I tried it out and it worked! Logs ``` % docker run -it -p 8000:8000 jupyterhub-service-notebook-2 [I...
I just tried a fresh incognito tab in chrome and private tab in safari. Unfortunately the same result. Also deleting cookies manually (jupyterhub-services and service-shared-notebook) made no difference. Why the...
> Can you share pip list from inside the shared-notebook environment? In particular, make sure the version of juptyerhub in the environment is 1.5? pip list ``` $ pip list...
@minrk Oh, that works! Perfect! Many thanks!
Does classic notebook suppose to work with `jupyter-labhub`? I can switch to the classic notebook by manually entering the url: ``` http://127.0.0.1:8000/services/shared-notebook/tree? ``` However, if I start a terminal I...
> What's pip list? This is the same container based on jupyterhub 1.5.0 I was using before. I just replaced `jupyterhub-singleuser` with `jupyter-labhub` upon your suggestion. The output of `pip...
With `jupyterhub-singleuser` the terminal was working fine. Just double checked: Log for jupyterhub 1.5.0 with jupyterhub-singleuser ``` % docker run -it -p 8000:8000 jupyterhub-service-notebook [I 2021-11-17 10:30:41.806 JupyterHub app:2479] Running...
I just tried the docker image `jupyterhub/jupyterhub:2.0.0rc3` (in which jupyterlab is enabled by default). The classic terminal is not working there as well, even though the shared notebook starts with...