ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.22k stars 806 forks source link

css_selector and zenmode not working #119

Open jeffalstott opened 9 years ago

jeffalstott commented 9 years ago

The Styling extensions appear to not be working well for me. css_selector creates a new dropdown menu, I assume to select different css styles, but the only option is "default". Zenmode does nothing; not even a button. Is there another step required to make those work?

yifangma commented 9 years ago

Yes, I also account the same problem on windows 64bit, chrome, Ipython 3.0. Looking for a solver too.

damianavila commented 9 years ago

There are several extensions that need updates... and regrettably, right now, I have no time to take a look to the zenmode (the other one was written by Mathias IIRC)... if I get some free time, I will update it and let you know... cheers.

drewmcdonald commented 9 years ago

I took a look at the error messages in the javascript console. The culprit is line 58's call to the change_to function. Commenting that line out fixed things for me. Haven't looked at zenmode.

Also, line 36 mispells 'ipython' as 'ipyhton'. I noticed as I looked through it, but I'm not sure if hit was causing any problems.

jcb91 commented 9 years ago

I've (just, in #281) fixed zenmode on master branch for 4.x, but it should also work for 3.x, I think (I can't promise without testing, but please let me know if you try!) along with an update to the configuration extension. I'm working on the css_selector, will report back when something changes. Best