##// END OF EJS Templates
Merge pull request #4967 from Komnomnomnom/patch-1...
Min RK -
r14956:0106556d merge
parent child Browse files
Show More
@@ -127,7 +127,7 b' var IPython = (function (IPython) {'
127 127 return;
128 128 }
129 129 console.log('WebSocket connection failed: ', ws_url)
130 msg = "A WebSocket connection to could not be established." +
130 msg = "A WebSocket connection could not be established." +
131 131 " You will NOT be able to run code. Check your" +
132 132 " network connection or notebook server configuration.";
133 133 IPython.dialog.modal({
General Comments 0
You need to be logged in to leave comments. Login now