Open johnfgibson opened 2 years ago
[Error: Fetch error: 404 Not Found
at http://localhost:8888/lab/extensions/webio-jupyterlab-prov…]
0: Error: Fetch error: 404 Not Found at http://localhost:8888/lab/extensions/webio-jupyterlab-provider/static/dist_labextension_js.427f6e3abbcd6b9d9bce.js:204:26436 at async Promise.all (index 0)
length: 1
is shown in chrome console when the slider are not shown for me.
After a total Pkg.update the widget appears but sliding has no effect.
When I run
within a Julia jupyter notebook, the output is
0.5
, with no slider shown. Similarly withusing Colors; map(x -> RGB(x, 0.5, 0.5), observe(s))
. I get a grey square but no slider. I'm usingI'm using the OS
jupyter
executable on openSUSE Linux Tumbleweed, jupyter version 4.6.3, and starting my julia notebooks from the Julia prompt with "using IJulia; notebook(dir=pwd())``.Interactive was working for me well under julia-1.6, but since installing julia-1.7.0, updating packages, and re-debugging the whole Interactive-WebIO-Jupyter with the WebIO Troubleshooting Tips, I get this null behavior.