Skip to content

odewahn/python-magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using nbconvert for conversions

From within a jupyter terminal, run this:

jupyter nbconvert \
  --NotebookApp.TemplateExporter.template_path=['./scripts', '/opt/conda/lib/python3.5/site-packages/nbconvert/templates/html/'] \
  --to html \
  --template ./scripts/parse-html.tpl \
  main.ipynb

NB: We need to make this run whenever an ipynb file gets updated.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •