proudindiv

Results 6 comments of 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)

![Screenshot at 2024-05-01 02-03-31](https://github.com/JuliaLang/IJulia.jl/assets/7218387/28da2b1d-d83a-4397-99d8-4049fb0a6d18)

![Screenshot at 2024-05-01 02-09-57](https://github.com/JuliaLang/IJulia.jl/assets/7218387/6787298e-06e3-44a2-b257-4f39bac372aa)

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...