Stepan Sushko

Results 6 comments of Stepan Sushko

> got unsupported keyword arguments "width", "height"

Sorry, for the late answer! I would implement for single column (dimension) `TimeArray` first, then I would add vectorization with ".", where each rolling function is applied to each column...

I've managed to work only the following code: ` plot( scatter( mode="markers", x=[1, 2, 3], y=[1, 3, 1] ), Layout( modebar_remove=["pan", "zoom", "zoomin", "zoomout", "autoscale", "resetScale", "select", "lasso", "logomark"]) )`

If someone is interested in the case of Dash config works: `dcc_graph(id = "figure1", figure = figures1, config=Dict( "displayModeBar" => false))`

> @StepanSushko , Could you guide how did you achieve this? I really miss VSCode's interactive mode when I work on Julia files. [RoyiAvital](https://github.com/RoyiAvital), you don't need Python files to...

I also have a problem of reading large CSV file (500Mb). Julia crashes when I read it using version 0.10.9, but it reads fine using the version 0.10.7.