Skip to content

Commit 60e5ee8

Browse files
authored
Fix banner icons (#220)
* fix: remove banner icons * bump namspace.js version back to dev
1 parent 7b64f46 commit 60e5ee8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nbclassic/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define(function(){
7373
// tree
7474
jglobal('SessionList','tree/js/sessionlist');
7575

76-
Jupyter.version = "0.5.2";
76+
Jupyter.version = "0.6.0.dev0";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

nbclassic/templates/page.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,12 @@
144144
<span class="label label-warning">UPDATE</span>
145145
Read <a href="https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html" style="text-decoration: underline;" target="_blank">the migration plan</a> to Notebook 7 to learn about the new features and the actions to take if you are using extensions
146146
-
147-
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
148147
Please note that updating to Notebook 7 might break some of your extensions.
149148
</div>
150149
<div style="margin-left: auto;">
151150
<a href="" onclick="alert('This message will not be shown anymore.'); return false;">
152151
<button type="button" class="btn btn-default btn-xs" id="dontShowId">
153-
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Don't show anymore
152+
Don't show anymore
154153
</button>
155154
</a>
156155
</div>

0 commit comments

Comments
 (0)