File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def find_free_port():
107
107
display (Javascript ("""if (typeof Jupyter !== "undefined") {require(["nbextensions/vpython_libraries/glowcomm"], function(){console.log("GLOWCOMM LOADED");});}else{element.textContent = ' ';}""" ))
108
108
display (Javascript ("""if (typeof Jupyter !== "undefined") {require(["nbextensions/vpython_libraries/jquery-ui.custom.min"], function(){console.log("JQUERY LOADED");});}else{element.textContent = ' ';}""" ))
109
109
110
- if transfer :
110
+ if transfer and ( notebook . __version__ <= '6.5.5' ) :
111
111
time .sleep (4 ) # allow some time for javascript code above to run after nbextensions update before attempting to setup Comm Channel
112
112
else :
113
113
time .sleep (2 ) # allow some time for javascript code above to run before attempting to setup Comm Channel
You can’t perform that action at this time.
0 commit comments