Are you running these in the same Jupyter environment? No. SASPY connecting SAS IOM server is in Google Colab and SASPY connecting SAS viya server is in pure Jupyter Notebook. And both cases are using the default HTML ouput seetings. Colab session saspy, import saspy sas = saspy.SASsession(java='/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java', iomhost=['odaws01-usw2.oda.sas.com', 'odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com'], iomport=8591, encoding='utf-8') sas object seting: Using SAS Config named: default
Please enter the IOM user id: uuu@zzz.com
Please enter the password for IOM user : ··········
SAS Connection established. Subprocess id is 268
Access Method = IOM
SAS Config name = default
SAS Config file = /usr/local/lib/python3.7/dist-packages/saspy/sascfg.py
WORK Path = /saswork/SAS_work6C890000FB0A_odaws03-usw2.oda.sas.com/SAS_work217E0000FB0A_odaws03-usw2.oda.sas.com/
SAS Version = 9.04.01M6P11072018
SASPy Version = 3.7.5
Teach me SAS = False
Batch = False
Results = Pandas
SAS Session Encoding = utf-8
Python Encoding value = utf-8
SAS process Pid value = 64266 Viya session saspy, import saspy sas = saspy.SASsession(cfgname='httpsviya', encoding='utf-8') sas sas object seting: SAS server started using Context Data Mining compute context with SESSION_ID=a038c941-6a66-4faa-9126-1cb31d2734b3-ses0000 Out[11]: Access Method = HTTP
SAS Config name = httpsviya
SAS Config file = /s/anaconda/users/uuu/conda3/envs/py37/lib/python3.6/site-packages/saspy/sascfg_personal.py
WORK Path = /proj/saswork/SAS_work9F2B00016AB5_ito087408/
SAS Version = V.03.05M0P11112019
SASPy Version = 3.7.5
Teach me SAS = False
Batch = False
Results = Pandas
SAS Session Encoding = utf-8
Python Encoding value = utf_8
SAS process Pid value = 92853 At lease SAS versions are difference.
... View more