Skip to content

Commit 2e71ecc

Browse files
committed
Upgraded Recipe 3.3 to IPython 4.0
1 parent 97d0b89 commit 2e71ecc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notebooks/chapter03_notebook/03_controls.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
" // The button's icon.\n",
4848
" // See a list of Font-Awesome icons here:\n",
4949
" // http://fortawesome.github.io/Font-Awesome/icons/\n",
50-
" 'icon': 'icon-list-ol',\n",
50+
" 'icon': 'fa-list-ol',\n",
5151
" \n",
5252
" // The callback function.\n",
5353
" 'callback': function () {\n",
@@ -80,7 +80,7 @@
8080
"cell_type": "markdown",
8181
"metadata": {},
8282
"source": [
83-
"2. To make these changes permanent, i.e. to add this button on every notebook open within the current profile, we can open the file `~/.ipython/profile_default/static/custom/custom.js` and add the following code:"
83+
"2. To make these changes permanent, i.e. to add this button on every notebook, we can open (or create, if necesary) the file `~/.jupyter/custom/custom.js` (for IPython before 4.0.0 use `~/.ipython/profile_default/static/custom/custom.js`) and add the following code:"
8484
]
8585
},
8686
{
@@ -100,7 +100,7 @@
100100
" // The button's icon.\n",
101101
" // See a list of Font-Awesome icons here:\n",
102102
" // http://fortawesome.github.io/Font-Awesome/icons/\n",
103-
" 'icon': 'icon-list-ol',\n",
103+
" 'icon': 'fa-list-ol',\n",
104104
"\n",
105105
" // The callback function.\n",
106106
" 'callback': function () {\n",
@@ -157,7 +157,7 @@
157157
"name": "python",
158158
"nbconvert_exporter": "python",
159159
"pygments_lexer": "ipython3",
160-
"version": "3.4.2"
160+
"version": "3.5.1"
161161
}
162162
},
163163
"nbformat": 4,

0 commit comments

Comments
 (0)