This is the Jupyter notebook version of qtplot (modified or original version). Click the badges below to play with notebooks and data.
JupyterLite (code run locally in the sandbox of the browser. open immediately, but may take half a minute to download modules when running the first cell):
Binder (code run on an online server, may take minutes to initialize, fast after initializated):
Snapshot:
To find stored files (Chrome): shift + right-click (or right-click if not in Jupyter) -> inspect, in a line showing "Elements Console Recorder ...", find "Application" (may hide behind the ">>" icon), go to "IndexedDB -> JupyterLite Storage -> files". Default files are not stored to this place unless they are modified. You can clear all files there so default files would appear (or one by one in the file browser).
Files in the file broswer (on the left) and files in the kernel (not visible) do not sync in JupyterLite at this moment.
If we drag and drop files to the file browser in JupyterLite, files would get truncated if they are large.
The scipy module increases the loading time in JupyterLite from 20 s to 30 s.
In ipywidget 7, the minimum step in a float slider can not be smaller than 1e-5 (or -6, not sure).