Is it possible to have multiple Python environments working in the same notebook? Passing data between languages works nicely, but when I try to %get data in an environment cell it shows error:
Magic %get failed because the language module for env-tf1-python is not properly installed. Please install it according to language specific instructions on the Running SoS section of the SoS homepage and restart Jupyter server.
Having multiple environments could solve dependencies conflicts. Some libs require specific versions of other libs. In that way we could call them from their environment
upd: Installing sos-notebook in an environment doesn't help. Same error when calling %get
Is it possible to have multiple Python environments working in the same notebook? Passing data between languages works nicely, but when I try to
%getdata in an environment cell it shows error:Magic %get failed because the language module for env-tf1-python is not properly installed. Please install it according to language specific instructions on the Running SoS section of the SoS homepage and restart Jupyter server.Having multiple environments could solve dependencies conflicts. Some libs require specific versions of other libs. In that way we could call them from their environment
upd: Installing
sos-notebookin an environment doesn't help. Same error when calling%get