Closed martinRenou closed 1 year ago
Remove the "Choose kernel" prompt by starting the default kernel automatically. This only works if the default kernel is a Python kernel.
Doing this triggered a race condition where viewers would be created before the GLUE_SESSION was created, this PR fixes this race condition as well.
:point_left: Launch a Binder on branch _martinRenou/glue-lab/start_kernelautomatically
Thanks!
Remove the "Choose kernel" prompt by starting the default kernel automatically. This only works if the default kernel is a Python kernel.
Doing this triggered a race condition where viewers would be created before the GLUE_SESSION was created, this PR fixes this race condition as well.