Update button icon.

Changed button icon so it displays properly. Previously, it displayed an empty icon.
This commit is contained in:
clarka34 2017-01-15 23:38:26 -08:00 committed by GitHub
parent f5f97d1f93
commit 7ab7fd0c24

View File

@ -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",