diff --git a/notebook/templates/notebook.html b/notebook/templates/notebook.html index 9661fe272..22bb73a57 100644 --- a/notebook/templates/notebook.html +++ b/notebook/templates/notebook.html @@ -45,7 +45,9 @@ data-notebook-path="{{notebook_path}}" + {% block kernel_logo_widget %} + {% endblock %} {% endblock headercontainer %} @@ -250,6 +252,7 @@ data-notebook-path="{{notebook_path}}" diff --git a/notebook/templates/tree.html b/notebook/templates/tree.html index 1c73d8406..949d26d0e 100644 --- a/notebook/templates/tree.html +++ b/notebook/templates/tree.html @@ -19,7 +19,7 @@ data-terminals-available="{{terminals_available}}"