November 1, 2017
The Nick and Tony Show
<style> iframe { width: 100%; min-height: 80vh; max-height: 1000px; } </style> <style> body.rise-hack-active div.reveal .code_cell .input, body.rise-hack-active div.reveal .output_stderr { display: none; } button.rise-hack:hover { opacity: 0.7; } button.rise-hack { font-weight: bold; } body.rise-hack-active button.rise-hack { text-decoration: line-through; } </style><IPython.core.display.Javascript object>
- Github useful static interative versions of notebooks
- Nbviewer provides interative versions of static notebooks.
assert \
ingJavascript and IFrame
s still work - Travis builds our docs ...
- ... on Github Pages
- Binder
- Raw Git
- localhost
- file system
The major topics = 'intro, design, systems, materials, community, media, culture'.\
replace(' ','').split(',')
- renci/intro.ipynb
- renci/design.ipynb
- renci/systems.ipynb
- renci/materials.ipynb
- renci/community.ipynb
- renci/media.ipynb
- renci/culture.ipynb
- renci/intro.slides.html
- renci/design.slides.html
- renci/systems.slides.html
- renci/materials.slides.html
- renci/community.slides.html
- renci/media.slides.html
- renci/culture.slides.html
%%file rise.py
c.SlidesExporter.reveal_url_prefix="https://cdn.jsdelivr.net/npm/[email protected]"
Overwriting rise.py
%%bash
pushd renci
jupyter nbconvert --to slides --config rise.py intro.ipynb
jupyter nbconvert --to slides --config rise.py design.ipynb
jupyter nbconvert --to slides --config rise.py systems.ipynb
jupyter nbconvert --to slides --config rise.py materials.ipynb
jupyter nbconvert --to slides --config rise.py community.ipynb
jupyter nbconvert --to slides --config rise.py media.ipynb
jupyter nbconvert --to slides --config rise.py culture.ipynb
popd