https://github.com/zingale/yt-olcf
a notebook presentation on using yt at OLCF
https://github.com/zingale/yt-olcf
Last synced: over 1 year ago
JSON representation
a notebook presentation on using yt at OLCF
- Host: GitHub
- URL: https://github.com/zingale/yt-olcf
- Owner: zingale
- Created: 2016-07-26T17:23:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T14:42:08.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T13:11:15.371Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.79 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a presentation given during the OLCF Users Call in July 2016
on using yt (http://yt-project.org) for batch visualization.
----
Making an IPython presetation using reveal.js (non-interactive)
1. install later jupyter:
pip install jupyter --user (this gets 4.2.1)
2. enable the "Cell Tool Bar" -- select "slide show"
3. markdown cells for lists, etc.
4. identify slides and subslides
5. jupyter nbconvert yt-presentation.ipynb --to slides --post serve
references for IPython presentation mode:
note: if you change things in the custom.css, you might need to clean
the cache of the browser
http://neuroscience.telenczuk.pl/?p=607
http://www.oliversherouse.com/2015/10/27/jupyter_slideshows.html
http://pandoc.org/MANUAL.html#producing-slide-shows-with-pandoc
customizing:
http://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html
(create a custom.css in your directory)
http://www.damian.oquanta.info/categories/slideshow.html