I have saspy (3.6.5) installed in JupyterLabs connecting to a remote instance of SAS via SSH. Now the weird thing is that when I start python from the command line, it connects and establishes a session with my SAS instance, however when I try from a jupyter notebook it won't connect. When I copy the ssh command that is presented in the Jupyter output it connects, but when I try to run it in a cell, it just hangs until I terminate it. Anyone have any ideas? Other potentially relevant information: JupyterLab v 2.1.3 Python 3.7.6 SAS 9.4 M6 running under Centos 7 JupyterLab running in a docker container under Ubuntu 18.04.4 LTS thanks in advance.
... View more