n-riesco / ijavascript-plotly

IJavascript wrapper for Plotly
Apache License 2.0
2 stars 0 forks source link

IJavascript Wrapper for Plotly

ijavascript-plotly is an npm module for creating Plotly plots in IJavascript.

This is an alpha release (API is likely to change).

Usage

var Plotly = require("ijavascript-plotly");

Plotly([{y: [10, 30, 20]}], {title: "Plotly from IJavascript"});

Screenshot: Usage

Compatible Frontends

Frontend Requirements
hydrogen@2.16.3 none
nteract@0.28.0 none
jupyterLab@3.2.4 pip3 install plotly
notebook@6.4.6 not working