BookmarkSubscribeRSS Feed
AmitSri
Pyrite | Level 9

How to install jupyter notebook on sas viya. Will it come along with the default sas insatllation or should we install it seperately? If its seperate, then how to install it.

1 REPLY 1
JuanS_OCS
Amethyst | Level 16

Hello @AmitSri,

 

while I am not an expert on Jupyter notebooks, here is what I know:

 

- Jupyter notebooks are just (external) clients, where you can "plug-in" and use Python or R code (external as well).

- Hence nothing in Viya per-se, but support for numerous languages, such as Python.

- There is a SAS' Python SWAT that can interact perfectly with CAS (the new engine in Viya)

- I would say that, once you get a Junyper notebook with Python capabilities, you should be able to connect to Viya/CAS easily http://go.documentation.sas.com/?cdcId=pgmcdc&cdcVersion=8.11&docsetId=caspg3&docsetTarget=home.htm&...

import swat
s = swat.CAS("cloud.example.com", 5570)

I highly recommend you the reading of:

 

https://blogs.sas.com/content/sasdummy/2017/06/28/python-swat-sas-viya/

http://go.documentation.sas.com/?cdcId=pgmcdc&cdcVersion=8.11&docsetId=caspg3&docsetTarget=titlepage...

And very important: https://developer.sas.com/home.html

 

Hope it helps!

 

Kind regards,

Juan

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 4131 views
  • 1 like
  • 2 in conversation