proudindiv
proudindiv
Are any of these current warnings indicative of the problem? ``` julia> using DataDrivenDiffEq [ Info: Precompiling DataDrivenDiffEq [2445eb08-9709-466a-b3fc-47e12bd697a2] ┌ Warning: The variable syntax (u[1:n])(t) is deprecated. Use (u(t))[1:n] instead....
Here is the complete log running the [Copy-Pasteable Code](https://datadriven.sciml.ai/stable/examples/6_autoregulation/#autoregulation_copy_paste) in the julia REPL: [log.txt](https://github.com/SciML/DataDrivenDiffEq.jl/files/9760523/log.txt)


Thanks, that gave me enough information to find out that the problem is in the jupyter kernel.json file that IJulia creates. ``` { "display_name": "julia-1.10.3 1.10.3", "argv": [ "/opt/julialang/julia-1.10.3/bin/julia", "-i",...
I have the same problem and had to make the same equivalent fix in +1.10.4. I updated julia with 'juliaup' and added the new kernel after adding the new julia...