We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b52049 commit 5b1f4ccCopy full SHA for 5b1f4cc
vpython/vpython_libraries/glowcomm.js
@@ -1,5 +1,5 @@
1
define(["base/js/utils",
2
- "nbextensions/vpython_libraries/plotly.min",
+ "nbextensions/vpython_libraries/plotly.min",
3
"nbextensions/vpython_libraries/glow.min",
4
"nbextensions/vpython_libraries/jquery-ui.custom.min"], function(utils, Plotly) {
5
@@ -38,7 +38,7 @@ IPython.notebook.kernel.comm_manager.register_target('glow',
38
}
39
if (document.location.hostname.includes("localhost")){
40
url = "ws://localhost:" + port + uri;
41
- }
+ }
42
else {
43
new_uri += '//' + document.location.host + service_url;
44
url = new_uri
0 commit comments