mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Update button icon.
Changed button icon so it displays properly. Previously, it displayed an empty icon.
This commit is contained in:
parent
f5f97d1f93
commit
7ab7fd0c24
@ -343,7 +343,7 @@
|
||||
"Jupyter.toolbar.add_buttons_group([\n",
|
||||
" {\n",
|
||||
" 'label' : 'run qtconsole',\n",
|
||||
" 'icon' : 'icon-terminal', // select your icon from \n",
|
||||
" 'icon' : 'fa-terminal', // select your icon from \n",
|
||||
" // http://fortawesome.github.io/Font-Awesome/icons/\n",
|
||||
" 'callback': function(){Jupyter.notebook.kernel.execute('%qtconsole')}\n",
|
||||
" }\n",
|
||||
|
Loading…
Reference in New Issue
Block a user