QuantStack / glue-jupyterlab

Glue JupyterLab Extension
https://glue-jupyterlab.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Start kernel automatically without prompting #72

Closed martinRenou closed 1 year ago

martinRenou commented 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.

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a Binder on branch _martinRenou/glue-lab/start_kernelautomatically

trungleduc commented 1 year ago

Thanks!