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
Bug Fix: REPL reuse and do not overwrite Jupyter's IW title (#23530)
Resolves: #23518
Should resolve issue where opening Python REPL -> opening Jupyter IW ->
sending commands to REPL were happening instead of reusing existing
Python REPL
Also seems to resolve issue where Python REPL was overwriting to
Jupyter's IW title.
Switching to watch onDidCloseNotebook event as suggested.
0 commit comments