Questions tagged [saspy]

Questions regarding the saspy Python module

saspy Python module is available on GitHub at https://github.com/sassoftware/saspy

21 questions
0
votes
0 answers

Jupyter SAS kernel failing inside Docker container

For some reason I'm unable to run SAS notebooks inside a Jupyter Docker container. I can run SAS code inside Python notebooks via saspy, but the SAS kernel keeps throwing errors on me. I'm using the image jupyter/pyspark-notebook:notebook-6.4.2 as…
Hong Ooi
  • 56,353
  • 13
  • 134
  • 187
0
votes
0 answers

working on SAS without SASpy and with jaydebeapi

Well i cant use SASpy since its corporate. so i am trying python with jaydebeapi code is simple import jaydebeapi conn=jaydebeapi.connect('''com.sas.rio.MVADriver ''' , 'jdbc:jkfbsdkfk//fdsf',jars='sas jars') getting following error…
0
votes
1 answer

Accessing SAS(9.04) from Anaconda

We are doing a POC to see how to access SAS data sets from Anaconda All documentation i find says only SASpy works with SAS 9.4 or higher Our SAS version is 9.04.01M3P062415 Can this be done? If yes any documentation in this regard will be highly…
0
votes
1 answer

SAS dataset describe with ssh connection

I'm trying to work in SAS with python (using saspy). I've just connected to remote machine with SSH and its okay. Also, I've found table that I need and everything seems to be fine. The problem occurs when I try to get the head() of dataset or…
kptkhv
  • 23
  • 3
0
votes
1 answer

collapse all code cells by default (sas kernel)

I am aware of this but I have to use the sas kernel. This means that the suggested JavaScript to collapse all code cells by default does not work. How can I collaps all code cells and just show MarkDown and outputs/graphs/tables?
cs0815
  • 16,751
  • 45
  • 136
  • 299
-1
votes
2 answers

Open SAS from within Jupyter

From within Jupyter, can you make a call to open external software, eg SAS? I have SASpy and SAS. Both work fine. But I want to streamline the process of using SASpy. So, instead of manually opening SAS first, is there a way to insert a command that…
1
2