Skip to content

wangkuiyi/ipynb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ipynb is a Go package for reading/writing Jupyter Notebook files. The document is at here.

markdown-to-ipynb is a command line tool that converts Markdown files (.md) into Jupyter Notebooks using ipynb.

To build and use markdown-to-ipynb:

  1. Download and install Go: https://golang.org/doc/install

  2. Make sure that you have Git installed.

  3. Checkout and install markdown-to-ipynb:

    export GOPATH=...any where you like...
    go get -u github.com/wangkuiyi/ipynb/markdown-to-ipynb
  4. Convert an example Markdown file:

    $GOPATH/bin/markdown-to-ipynb < example.md > example.ipynb
  5. (Optionally) view the Notebook file:

    jupyter notebook example.ipynb

The example Markdown file is at here, and the converted Notebook file is at here.

About

A Go package of Jupyter Notebook format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages