sassoftware/sas_kernel

ssh connectivity for sas and jupyter hub

amuktharao opened this issue · 3 comments

Hi Jared,

We would like to install sas kernel on JupyterHub server on which sas is not installed using ssh.

Please provide us the instructions. Thank you for all your help.

Thanks,
Amuktha

Hey Amuktha,

the new V1.2 saspy pip package is there with ssh support. Will work through it tomorrow with you to make sure it works with your environment.

Thanks,
Tom

Run the sas code on jupyther, but show “Cannot use STDIO I/O module on Windows. No SASsession established. Choose an IOM SASconfig definition”.How to solve???

The configuration doc shows how to configure saspy to connect to various different kinds of SAS servers:
https://sassoftware.github.io/saspy/install.html
Since you are on windows, you would need to use IOM. There is support for both Local (SAS9 installed on the same windows machine) and Remote (connect to a workspace server on another machine; doesn't matter what OS) available.

Thanks,
Tom