Show More
@@ -127,7 +127,7 b' var IPython = (function (IPython) {' | |||||
127 | return; |
|
127 | return; | |
128 | } |
|
128 | } | |
129 | console.log('WebSocket connection failed: ', ws_url) |
|
129 | console.log('WebSocket connection failed: ', ws_url) | |
130 |
msg = "A WebSocket connection |
|
130 | msg = "A WebSocket connection could not be established." + | |
131 | " You will NOT be able to run code. Check your" + |
|
131 | " You will NOT be able to run code. Check your" + | |
132 | " network connection or notebook server configuration."; |
|
132 | " network connection or notebook server configuration."; | |
133 | IPython.dialog.modal({ |
|
133 | IPython.dialog.modal({ |
General Comments 0
You need to be logged in to leave comments.
Login now