I've just cloned the most recent commit. I'm using the 'hide_input_all.js' and 'read-only.js' extensions, which work great. However, the icons for these extensions show up blank on my IPython Notebook It appears that the icon names need to be updated to FontAwesome4.2.0. For example, in 'read-only'.js, the current code attempts to specify a lock icon with:
icon : 'icon-lock',
when for FontAwesome 4.2.0 it should be
icon : 'fa-lock',
Making this change gets the icon working perfectly. I only use these two icon-based extensions presently, but, in general, all icons may need updating.
Hello,
I've just cloned the most recent commit. I'm using the 'hide_input_all.js' and 'read-only.js' extensions, which work great. However, the icons for these extensions show up blank on my IPython Notebook It appears that the icon names need to be updated to FontAwesome4.2.0. For example, in 'read-only'.js, the current code attempts to specify a lock icon with:
when for FontAwesome 4.2.0 it should be
Making this change gets the icon working perfectly. I only use these two icon-based extensions presently, but, in general, all icons may need updating.