Python / Jupyter Notebook Slide buttons gone?

3k Views Asked by At

I am using Jupyter Notebook to build slides. Until yesterday there were two buttons right from the CellToolBar button to start the slide show (one button was RISE.js). All of the sudden these buttons are gone. Now there are no buttons on the right side of the CellToolBar button at all.

I tried conda update jupyter and conda update -c damianavila82 rise using the terminal. But I get the message # All requested packages already installed. So the issue appears to be somewhere else.

Does anyone know what I could do to restore the buttons?

  • I am on a mac
  • The version of the jupyter notebook server is 4.3.1
  • RISE version is 4.0.0b1
  • Anaconda is 4.3.0
  • Python 3.5.2

Thanks!

2

There are 2 best solutions below

1
On BEST ANSWER

please check your nbextensions

http://localhost:8888/nbextensions?nbextension=rise/main

Some nbextensions like RISE get disabled automatically (e.g. if there could be issues with compatibilities, e.g. after updates).

enter image description here

0
On

I had the same issue on chrome, somehow the issue for me was solved by simply changing the jupyterlab theme to jupyterlab dark. This issue persisted only on the light theme. Although this might be a temporary fix for the issue.