Skip to content

Upload `.ipynb` files to gist.github.com as anonymous user and returns nbviewr url.

License

Notifications You must be signed in to change notification settings

kracekumar/ipynb2viewer

Repository files navigation

##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

About

Upload `.ipynb` files to gist.github.com as anonymous user and returns nbviewr url.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published