jrkkfst

Results 5 issues of jrkkfst

Maybe this is already possible? How would i go about to extract text from the content of a file, rather than reading the file itself? Background is that using the...

I haven't looked in detail at the Connector function, but noted that after running it myself once the file didn't close immediately. Ie. I couldn't view it (it perhaps hadn't...

Hi To illustrate the example with ranges, did you intend to write the following? print("Range from 0 to 100, step=1:", **list**(range(100))) print("Range from 0 to 100, step=2", **list**(range(0, 100, 2)))...

It seems to me that angleref works fine using px.scatter when using svg, and it does not work when using webgl. [angleref](https://plotly.com/python/reference/scatter/#scatter-marker-angleref) Code: fig.update_traces(marker_angleref=, selector=dict(type='scatter')) However, the scattergl page does...

Hi! I know you mentioned the long callback support (now background callbacks). I love this feature and wondering if you've considered making it work smoother with background callbacks?