You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defer kernel detection to runtime and simplify kernel option handling
- Move get_current_kernel() call from script load to notebook_test() runtime
- Remove intermediate kernel_opt variable, use kernel directly
- Allows jupyter to be installed after script loads
0 commit comments