damianavila / RISE

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

BUG: juypter css not compatible with jupter nbextensions #242

Open schlichtanders opened 7 years ago

schlichtanders commented 7 years ago

After installing rise, my beautiful nbextension css styling is confused.

bad css styling

Instead of seeing a window-wide jupyter notebook

Is there a way to leave the css as it is for the jupyter notebook, without destroying the css needed for reveal.js presentations?

damianavila commented 7 years ago

Is there a way to leave the css as it is for the jupyter notebook, without destroying the css needed for reveal.js presentations?

mmm... I should try your setup before answering this question... hopefully there will be a way to not overlap with other extensions css, but I have to explore the case.

schlichtanders commented 7 years ago

Installation instruction for the general extension package https://github.com/ipython-contrib/jupyter_contrib_nbextensions can be found in the readme on the link.

Essentially it is pip installing it and then running the following decisive line which enables the extension css

jupyter contrib nbextension install --user

(interestingly I cannot revert back to those css-styles by rerunning the line. There must still be some additional thing going on, mabye different location where css files are stored)

damianavila commented 7 years ago

Thanks for the info, I will try to reproduce.