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