Skip to content

jmshea/EEL5544

Folders and files

NameName
Last commit message
Last commit date

Latest commit

534a845 · Sep 8, 2018

History

15 Commits
Sep 22, 2016
Aug 28, 2018
Sep 7, 2018
Sep 27, 2016
Aug 25, 2018
Sep 27, 2016
Aug 25, 2018
Sep 22, 2016

Repository files navigation

EEL5544

Documents and examples for EEL5544 students

Further reading

Convert notebooks into other formats

The nbconvert tool converts jupyter notebooks into multiple static formats like html/pdf. To use nbconvert, type:

$ jupyter nbconvert --to <output format> <input notebook>

in command line where <output formant> the the desired output format and <input notebook> is the full filename of the notebook to be converted. For example, to convert scipy-stats.ipynb into html, the command

$ jupyter nbconvert --to html scipy-stats.ipynb

will do the job.

A copy of pandoc is required for conversion. To install pandoc, run

$ sudo apt-get install pandoc

in linux or

$ brew install pandoc

in macOS.

About

Documents and examples for EEL5544 students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published