From 67215cf8a72bcf67df17b0b3bed795f6fa3daf1c Mon Sep 17 00:00:00 2001 From: Ashish Dahiya Date: Fri, 30 Sep 2016 18:44:30 -0700 Subject: [PATCH] Set ws-url data attribute to access notebook terminal via a specific base URL for websockets --- notebook/templates/terminal.html | 1 + 1 file changed, 1 insertion(+) diff --git a/notebook/templates/terminal.html b/notebook/templates/terminal.html index 234d6e939..9c398f348 100644 --- a/notebook/templates/terminal.html +++ b/notebook/templates/terminal.html @@ -7,6 +7,7 @@ {% block params %} data-base-url="{{base_url | urlencode}}" +data-ws-url="{{ws_url | urlencode}}" data-ws-path="{{ws_path}}" {% endblock %}