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
Avoid sys.exit in the jupyter init scripts (#1702)
## Changes
Init scripts apply to all jupyter notebooks on the system, and for
non-databricks projects we should not exit the kernel process.
Fixes:
#1688
## Tests
Manually and existing e2e tests for dbconnect
0 commit comments