n-riesco / ijavascript-plotly

IJavascript wrapper for Plotly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

IJavascript wrapper for Plotly

License:Apache License 2.0


Languages

Language:JavaScript 100.0%