Skip to content

tarzzz/plotlyhtmlexporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotlyhtmlexporter

Plotly friendly, Jupyter Notebook HTML Exporter.

Installation:

  • Using pip:
$ pip install plotlyhtmlexporter
  • From Source:
  $ git clone https://github.com/tarzzz/plotlyhtmlexporter
  $ cd plotlyhtmlexporter
  $ python setup.py

Usage:

  • From Command Line (with NBConvert):
$ jupyter nbconvert --to plotlyhtml mynotebook.ipynb

or:

$ jupyter nbconvert --to plotlyhtmlexporter.PlotlyHTMLExporter mynotebook.ipynb
  • From the Python interpreter:
>>> from plotlyhtmlexporter import PlotlyHTMLExporter
>>> exp = PlotlyHTMLExporter()
>>> body, resources = exp.from_notebook_node(nb)

About

Plotly friendly, Jupyter Notebook HTML Exporter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published