Skip to content

ran404/pelican-plotly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pelican plugin for rendering raw plotly figures

This plugin allows you to embed raw plotly figures (json data) using the [plotly] tag.

Usage

In your article file, add:

[plotly] /plots/figure-01.json [/plotly]

This will render /plots/figure-01.json as an interactive plotly graph in the browser.

Installation

Add the plugin path to your PLUGINS setting in the pelicanconf.py file.

PLUGINS = [... , 'pelican-plotly' , ... ]

To add this plugin as a sub module:

git submodule add git:https://github.com/ran404/pelican-plotly.git plugins/pelican-plotly

About

Pelican plugin for rendering raw plotly figures

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages