I have Julia version 1.10.4 and the following packages installed in my work environment:
[61744808] DynamicalSystems v3.3.17
[7073ff75] IJulia v1.25.0
[c601a237] Interact v0.10.5
[91a5bcdd] Plots v1.40.5
[c3e4b0f8] Pluto v0.19.43
[0f1e0344] WebIO v0.8.21
I launch a Jupyter notebook, via:
using IJulia, Interact
notebook(dir=".")
When I try to use a widget, from within a cell in the notebook, from the Interact package:
Hi!
I’ve investigated this for myself recently. It seems that both Interact and WebIO have not been updated for a few years and are now incompatible with the latest versions of jupyter lab and notebook (since notebook 7, I believe, and since either jupytelab 3 or 4, I’m not sure). However, NbClassic works if that interface suits you. I have nbclassic 1.1.0 along with the following versions of jupyter related packages, all installed standalone: