- What can you do in ipynb
- slideshows? cell toolbar\slideshow
- Use rise to get presentations Interactive
- Just the slides convert to slides
- Tried installing rise but conflicts. DFN.
- slideshows? cell toolbar\slideshow
Themes
Chesterish: Fav oceans 16 onedork
grade 3 : Light theme
jt -l to list
jt -t <theme-name>
- You can convert juyter notebooks with nbconvert:: Incase you want to read some on kobo
-
Multiple notebooks can be given at the command line in a couple of different ways:
%3E jupyter nbconvert notebook*.ipynb jupyter nbconvert notebook1.ipynb notebook2.ipynb
-
Printing without code
https://stackoverflow.com/questions/49907455/hide-code-when-exporting-jupyter-notebook-to-html
jupyter nbconvert stock_analysis.ipynb —no-input —to pdf
jupyter nbconvert —to html —no-input —no-prompt phi_analysis.ipynb
—clear -output