Environment not working properly in julia

I made seprate environment then I add Plots library but when i activate in jupyter notebook it not working

If your MLJ_env/Project.toml already has Plots.jl added into it then you just forgot to call Pkg.instantiate() after the activation.



Not working… please help

Can you post the output of a Pkg.status() after the Pkg.instantiate()?

Another thing, there is a Manifest.toml in the same directory as the Project.toml?

sorry… i deleted the environment… now i’m using default env (@v1.5) pkg>
I’ll try again later

hi henrique… I solved the problem… what i did I just put MLJ_env folder to my folder where I’ll start my ml file ex:- ModelJ folder

1 Like