Fengning Zhu

Results 13 comments of Fengning Zhu

> Can you post the code? ``` using PlotlyJS, CSV, DataFrames df = dataset(DataFrame, "iris") plt = plot( df, x=:sepal_length, y=:sepal_width, z=:petal_width, color=:species, type="scatter3d", mode="markers" ) display(plt) ``` and there...

> Maybe you may need a backend for plotting, e.g. `using WebIO`? WebIO is installed, and there is no difference after added `using WebIO`. I think it's a electron problem,...

``` using WebIO, PlotlyJS p=plot(scatter(y=randn(100))) display(p) ``` when using display to show the gui, it still crash.

``` Status `~/repos/fast/Project.toml` [336ed68f] CSV v0.10.4 [a93c6f00] DataFrames v1.3.4 [28b8d3ca] GR v0.66.2 [f0f68f2c] PlotlyJS v0.18.8 [d330b81b] PyPlot v2.11.0 ⌃ [0f1e0344] WebIO v0.8.17 ⚲ Info Packages marked with ⌃ have new...

It even make me unable to copy images.

it is moved to this file: `components\NotionPage.tsx`

To avoid `TypeError: recordMap.block[key].value.properties.language is undefined`, add a try catch into the forEach block. ```js try { Object.keys(recordMap.block).forEach((key) => { try { if (recordMap.block[key].value.properties.language[0][0] === 'C++') { recordMap.block[key].value.properties.language[0][0] = 'Cpp'...

测试了一下kali用debian testing的是ok的