ipynb2viewer

Post IPython notebook files to nbviewer. IPython notebook content will be posted to gist.github.com.


Keywords
ipynb2viewer, ipython
License
BSD-3-Clause
Install
pip install ipynb2viewer==0.2.2

Documentation

##ipynb2viewer

Post IPython notebook files to nbviewer. IPython notebook content will be posted to gist.github.com.

Install

  • pip install ipynb2viewer

Usage

Upload all ipynb files in the given path to gist.github.com and return nbviewer urls.

  • ipynb2viewer all <path>

Upload mentioned file to gist.github.com as private and return nbviewer urls.

  • ipynb2viewer file <filename> --private

Upload mentioned file to gist.github.com and return nbviewer url.

  • ipynb2viewer file <filename>

Upload mentioned file to gist.github.com and open nbviewer url in webbrowser.

  • ipynb2viewer file <filename> --open

Upload all ipynb files in the given path to gist.github.com and open nbviewer urls in webbrowser.

  • ipynb2viewer all <path> --open

  • Free software: BSD license