anaconda / nbpresent

next generation slides for Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
163 stars 23 forks source link

Not respected by nbviewer? #89

Open tschm opened 7 years ago

tschm commented 7 years ago

When inspecting my *.ipynb files using the nbviewer (which I point to my git repository) I do not get the button to view the underlying slides as a screen presentation. Will this functionality be provided in the future? Shall I go back to Rise 3 and ipython notebooks?

damianavila commented 7 years ago

RISE and nbpresent are different things... And nbconvert to slides is another thing as well... that functionality is what we use on nbviewer... the slides generation using nbconvert under the hood. AFAIR, nbpresent has an static exportation, but that is not supported on nbviewer. @bollwyvl can give you more details about the exportation if you are interested.

tschm commented 7 years ago

Thanks, Rise 3 and nbviewer work together beautifully though. My only problem is that my slides tend to be not wide enough on the screen. See for example: http://nbviewer.jupyter.org/format/slides/github/tschm/thalesians/blob/master/ConditionalValueAtRisk.ipynb#/

damianavila commented 7 years ago

There is not customization on nbviewer, but you can use nbconvert and customize your slides a little bit and host it by yourself.