Skip to content

kounoike/gitbucket-ipynb-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbucket-ipynb-plugin

A GitBucket plugin for rendering .ipynb file. .ipynb is Jupyter or IPython file format.

screenshot

20170604-021541 - mediatest sample ipynb at master - root mediatest - google chrome

Install

  1. Download *.jar from Releases.
  2. Deploy it to GITBUCKET_HOME/plugins.
  3. Restart GitBucket.

Usage

Store .ipynb file (from File->Download as->Notebook) to your Git repository and push it to GitBucket. If you don't know using IPython/Jupyter, try google it!

Limitations

  • Javascript output is disabled.
  • traceback is not correctly rendered(not supported ANSI escape sequences and tabs.)
  • only support version 3.0/4.0 ipynb files.
  • only tested Python2 kernel.

BugReport

If your .ipynb is not correctly displayed, please make an issue with your .ipynb file if you can.