Merge pull request #2042 from clarka34/patch-2

Update button icon.
This commit is contained in:
Thomas Kluyver 2017-01-16 09:37:37 +00:00 committed by GitHub
commit 2530a940c9

View File

@ -40,7 +40,7 @@
* IPython.toolbar.add_buttons_group([
* {
* 'label' : 'run qtconsole',
* 'icon' : 'icon-terminal', // select your icon from http://fortawesome.github.io/Font-Awesome/icons
* 'icon' : 'fa-terminal', // select your icon from http://fortawesome.github.io/Font-Awesome/icons
* 'callback': function () {
* IPython.notebook.kernel.execute('%qtconsole')
* }