Skip to content

Instantly share code, notes, and snippets.

@akimach
Created September 13, 2017 06:20
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save akimach/41d8576976de16f7f1382ac2b5ce0bb0 to your computer and use it in GitHub Desktop.
Save akimach/41d8576976de16f7f1382ac2b5ce0bb0 to your computer and use it in GitHub Desktop.
Jupyter Notebook to docx(Word)
curl -O https://gist.githubusercontent.com/akimach/27e87cb7f97dc253921b9ea8b7b332b5/raw/fd112a66a3ca953dd7ad26098cccfe1d532ba0d7/binominal_confidience_interval.ipynb
jupyter-nbconvert binominal_confidience_interval.ipynb --to markdown
pandoc binominal_confidience_interval.ipynb -t docx -o binominal_confidience_interval.docx
@akimach
Copy link
Author

akimach commented Sep 13, 2017

hoge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment