##// 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 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 to could not be established." +
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