-
Currently Colab only supports the widgets included in the ipywidgets package and does not allow installing additional widgets.
Additional background is available at https://github.com/nteract/nes/t…
blois updated
2 years ago
-
Issue Type: Bug
using Plots
pyplot()
using Random
Random.seed!(1234)
#ys = Vector[rand(10), rand(20)]
#plot(ys, color=[:black :orange], line=(:dot, 4), marker=([:hex :d], 12, 0.8, Plots.stroke(3,…
-
It's radical but has many benefits. I've found a project which converts S-57 and KAP charts into some kind of JSON.
It's the code which can run in web server side and stream it to client. Vector char…
-
I want to plot a (non-rational) B-spline surface. Following the advice on the forum, I used [NURBSsurface](https://github.com/vectorgraphics/asymptote/blob/master/examples/NURBSsurface.asy) as a start…
-
plotly svg component performance appears to drop off a cliff around ~10k data points (observed in alpha CCAM database). this poses issues for both extensibility and futureproofing. switching to webgl …
-
Hello,
I’ve installed gempy using pip on Ubuntu22. I was wondering if you could advise me on how to solve the following error which happens when I import it :
Traceback (most recent call last):
…
-
## Description of proposed feature
Hi, IMO it would be great, if the output of this library was not only video, but some sort of a permanent live stream, which could be use for interactivity. By inte…
-
Type: Performance Issue
probléme de main github + probléme que tout est denied dans gitbash et de plus sa ne prend pas mes dépendances installé
et j'en ai besoin pour créer mon projet
VS Code ve…
-
**This is my code:**
fig = plot_scene({
"Pointcloud": {
"person": point_cloud
}
}
, pointcloud_max_points=700000
# , raybundle_max_rays=700000
# , raybundle_max_p…
Zxlan updated
2 years ago
-
I´d like to build on belay lib, but it lacks some mechanisms:
- how to call the status of a connection (connected, lost..)
- how to cleanly re-establish a connection
While i can use the exception…