Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95829294
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Dec 19, 17:07
Size
467 B
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 17:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23047654
Attached To
rSOSLIDES VCS Workshop Slides
Makefile
View Options
title=Open Science Workshop - Handout
all:
jupyter-notebook slides.ipynb
slides:
jupyter-nbconvert --to slides slides.ipynb --post serve --reveal-prefix reveal.js
latex:
cp slides.ipynb '$(title).ipynb'
jupyter-nbconvert --to latex '$(title).ipynb'
rm '$(title).ipynb'
handout: latex
xelatex -interaction nonstopmode '$(title).tex'
rm '$(title).tex'
clean:
rm '$(title).log' '$(title).aux' '$(title).out' '$(title).tex' '$(title).pdf' slides.slides.html
Event Timeline
Log In to Comment