Pkg.status returns nothing (when running in jupyter notebook)

I’m running a jupyter notebook in a folder in which I both have a Manifest.toml and a Project.toml file. When I run

using Pkg
Pkg.status()

the output is nothing. If I start a julia session from the same folder (and run ]activate .) I correctly get the output:

  [0f109fa4] BifurcationKit v0.1.4
  [479239e8] Catalyst v6.12.1
  [0c46a032] DifferentialEquations v6.17.1
  [f213a82b] HomotopyContinuation v2.5.6
  [91a5bcdd] Plots v1.16.2
  [f27b6e38] Polynomials v2.0.12

Sounds like https://github.com/JuliaLang/Pkg.jl/issues/2542

2 Likes

It worked! Thanks a lot :slight_smile: