From 60e5ee831e27bb6e5c5bd52cce3d993b4542e919 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Mon, 20 Feb 2023 17:00:11 +0100 Subject: [PATCH] Fix banner icons (#220) * fix: remove banner icons * bump namspace.js version back to dev --- nbclassic/static/base/js/namespace.js | 2 +- nbclassic/templates/page.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nbclassic/static/base/js/namespace.js b/nbclassic/static/base/js/namespace.js index 6b768fb1c..a791249f4 100644 --- a/nbclassic/static/base/js/namespace.js +++ b/nbclassic/static/base/js/namespace.js @@ -73,7 +73,7 @@ define(function(){ // tree jglobal('SessionList','tree/js/sessionlist'); - Jupyter.version = "0.5.2"; + Jupyter.version = "0.6.0.dev0"; Jupyter._target = '_blank'; return Jupyter; diff --git a/nbclassic/templates/page.html b/nbclassic/templates/page.html index 2cfec8f16..7ad964739 100644 --- a/nbclassic/templates/page.html +++ b/nbclassic/templates/page.html @@ -144,13 +144,12 @@ UPDATE Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions - - Please note that updating to Notebook 7 might break some of your extensions.