RJ Budzyński
Demo for Desktop App
I tried running a couple of examples from https://github.com/deno-windowing/dwm/blob/main/examples/, but none of them worked. The error was always
undefined symbol: glXGetCurrentContext
10 replies
Deno + Jupyter
Okay so plotly itself is very nice, but used with deno/jupyter has some shortcomings.
* works in vscode, but not in jupyter lab or notebook
* crashes with too much data (like 3e5 points in a scatter plot)
But overall I like the api better than vega-lite-api; chaining all those method calls gets more tedious than just defining the plot via building an object in JS. Moreover, the docs for vega-lite-api def. suck worse than those for plotly.
37 replies
Deno + Jupyter
Deno lang server for vscode can work on notebooks, but it seems to be treating each cell as a separate module, so it generates loads of spurious warnings about undefined & unused symbols. Formatting seems to work okay though.
37 replies