Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95725082
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
Wed, Dec 18, 17:03
Size
467 B
Mime Type
text/x-makefile
Expires
Fri, Dec 20, 17:03 (1 d, 23 h)
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