In envGPLVM/panama/core/test.py `from IPython.parallel import Client as client` should be replaced by `from ipyparallel import Client as client`
In envGPLVM/panama/core/test.py
from IPython.parallel import Client as clientshould be replaced by
from ipyparallel import Client as client