Skip to content

The variables are not drawn correctly, it feels like all the debugging information is being drawn out #241

Open
@Zhangbin-dev

Description

@Zhangbin-dev

Image
import time
if name == 'main':
count = 10
while True:
data = {
"kind": { "plotly": True },
"data": [
{
"x": [1, 2, 3],
"y": [2, 6, 3],
"type": "scatter",
"mode": "lines+markers",
"marker": { "color": "red" },
}
]
}
time.sleep(1)
count += 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions