|
47 | 47 | " // The button's icon.\n", |
48 | 48 | " // See a list of Font-Awesome icons here:\n", |
49 | 49 | " // http://fortawesome.github.io/Font-Awesome/icons/\n", |
50 | | - " 'icon': 'icon-list-ol',\n", |
| 50 | + " 'icon': 'fa-list-ol',\n", |
51 | 51 | " \n", |
52 | 52 | " // The callback function.\n", |
53 | 53 | " 'callback': function () {\n", |
|
80 | 80 | "cell_type": "markdown", |
81 | 81 | "metadata": {}, |
82 | 82 | "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:" |
84 | 84 | ] |
85 | 85 | }, |
86 | 86 | { |
|
100 | 100 | " // The button's icon.\n", |
101 | 101 | " // See a list of Font-Awesome icons here:\n", |
102 | 102 | " // http://fortawesome.github.io/Font-Awesome/icons/\n", |
103 | | - " 'icon': 'icon-list-ol',\n", |
| 103 | + " 'icon': 'fa-list-ol',\n", |
104 | 104 | "\n", |
105 | 105 | " // The callback function.\n", |
106 | 106 | " 'callback': function () {\n", |
|
157 | 157 | "name": "python", |
158 | 158 | "nbconvert_exporter": "python", |
159 | 159 | "pygments_lexer": "ipython3", |
160 | | - "version": "3.4.2" |
| 160 | + "version": "3.5.1" |
161 | 161 | } |
162 | 162 | }, |
163 | 163 | "nbformat": 4, |
|
0 commit comments