-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nbconvert to slides can't find custom.css #82
Comments
Thanks for using nbpresent!
Ah, but it's not
or the built-in command, which predates nbconvert's ability to specify an exporter:
However, while actively hacking on a presentation, I usually crack open a second browser window and leave it open to
and refresh that after I hit save in the notebook. When I like what I've got, I save out of the browser. I've considered making an extension that let me refresh the nbconvert-served page on save, i.e.
The default is indeed to use no theme whatesoever, and going back to that just requires removing all of Your Themes.
Yes, that is an outstanding goal... plus more. The machinery is all in place, as it already builds up a graph of Hopefully I'll get some time to start working on this again! |
Thank you for this swift and exhaustive reply @bollwyvl , looking forward to the functionalities on |
Ah, hadn't seen that one! But again, recall that slides made with nbpresent won't work with the default Indeed, the asset resolution is one of the things I have been trying to fight in nbpresent, for exactly cases like the OP over there: at the price of embedding 400k of JS and CSS, the resulting HTML ends up being much more durable. reveal.js can't be embedded that way, which is why I set off to build my own presentation engine for notebook content that doesn't require as extensive of knowledge of HTML/CSS/JavaScript to get advanced features. Thanks again! |
After installing the latest Jupyter version on my Windows 7 64-bit OS and setting the presentation theme, I only receive a blank page and following log when executing
jupyter nbconvert general_info.ipynb --to slides --post serve
This issue could also be resolved with pointing out how to use the basic (or no) theme for the slides.
I like the slides-subslides arrangement of the RISE, I would really like to continue with this for this notebook :)
The text was updated successfully, but these errors were encountered: