damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.69k stars 416 forks source link

RISE not working with notebook 5.0.0 #348

Open kmader opened 6 years ago

kmader commented 6 years ago

I am not sure exactly what the issue is but it seems the RISE nbextension shows up as active on the extensions list but does not show up as any button in the toolbar. Changing to notebook 5.2.1 from notebook 5.0.0 seems to fix the issue (https://github.com/kmader/Quantitative-Big-Imaging-2018/blob/master/environment.yml#L17) The intel conda channels just has 5.0.0 and does not work with the repo.

damianavila commented 6 years ago

Changing from notebook 5.2.1 from notebook 5.0.0 seems to fix the issue

You mean the other way around, right? I mean... it is not working with 5.0.0 but when you upgrade to >5.2.2 it is working correctly, right?

Btw, we saw several related reports and those seem to indicate that there are some specific versions of the notebook package not working with the latest RISE release. I would encourage you to upgrade the notebook package to the latest available. Alternative you can try older RISE versions to see if those seem to work.

kmader commented 6 years ago

sorry, I fixed the wording now, it might be useful to have an addition in the installation about if the button does not appear, try upgrade notebook, ...

damianavila commented 6 years ago

it might be useful to have an addition in the installation about if the button does not appear, try upgrade notebook

Feel free to submit a PR to the docs about it.