ModuleNotFoundError: No module named 'pgmpy' in jupyter ...
github.com › pgmpy › pgmpySep 03, 2018 · @sangam-r If the installation of packages went through without any errors, this mostly happens because of jupyter not using the correct environment. There are two common reasons for that: 1) jupyter wasn't installed in the current environment and it's falling back to the system one 2) jupyter has selected the python kernel to be something other than the current environment.