I recently installed IJulia for Julia v1.6.1, and now when I add a package, e.g. Pkg.add("DataFrames")
, I don’t get any updates on the installation progress; there’s no message or output whatsoever. When I add a package to the Julia command line, I get installation updates like so:
julia> Pkg.add("DataFrames")
Updating registry at `C:\Users\Michael\.julia\registries\General`
Resolving package versions...
No Changes to `C:\Users\Michael\.julia\environments\v1.6\Project.toml`
No Changes to `C:\Users\Michael\.julia\environments\v1.6\Manifest.toml`
How can I get Jupyter Notebook to display these same installation updates?