Hi & thanks for your work putting tslab together! (I believe this is separate from #40, which is talking about the built-in fs module that works fine for me). I'm trying to use tslab in a ...
import Plotly from "tslab-plotly"; import * as tslab from "tslab"; var trace1 = { x: [1, 2, 3, 4, 5], y: [1, 6, 3, 6, 1], mode: 'markers', type: 'scatter', name ...