Skip to content

Throw error when multiple kernels are active

jyotish requested to merge hotfix/throw-error-on-multiple-active-kernels into master

We rely on the jupyter session info to get the notebook path. We can't reliably determine which notebook to use for submission if more than one kernel is active.

Merge request reports