- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Good morning,
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Have you also installed SASPy, Ram? SASPy is a Python package that provides part of the underlying communication between Jupyter and SAS when using the SAS kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
SAS_kernel depends on SASPy, so when you install it, it will install SASPy if it's not already there; so that part should be ok.
The error implies that you haven't configured saspy to have any idea what SAS deployment it's supposed to be connecting to. The documentation for configuring SASPy is here: https://sassoftware.github.io/saspy/configuration.html
There are different access methods for connecting to different kinds of SAS deployments. w/in that configuration doc will be a section that helps you identify which access method to configure depending upon where your client is and where/what kind of SAS deployment you're trying to connect to.