<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Interfacing Jupyter Lab with SAS Enterprise edition on a server in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686037#M8441</link>
    <description>Hello Tom,&lt;BR /&gt;Thanks for responding back.&amp;nbsp; I may be off on the version - at the state there is a what is called a SAS Enterprise server.&amp;nbsp; (I know you know this but there is no connection to SAS Enterprise Guide).&amp;nbsp; So my manager sees how Jupyter notebook connects and supports SAS University, he wants to make sure that the Jupyter notebook interface supports aterminal server environment with scores of SAS users.&lt;BR /&gt;I haven't opened the links that you sent yet, but it sounds from what you have written (and the couple articles that I have read) that a SAS server environment with well over a &lt;BR /&gt;100+ users can use Jupyter Notebook?&amp;nbsp; Can you provide a bit more of a schematic of how this connection could work?&amp;nbsp; Ultimately, to make a Jupyter Notebook interface happen on a server-size SAS installation will require IT (here at the state) to work with SAS.&amp;nbsp; Is that right?&lt;BR /&gt;Thanks.&lt;BR /&gt;Walt Lierman, Ph.D.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Sep 2020 13:41:07 GMT</pubDate>
    <dc:creator>wlierman</dc:creator>
    <dc:date>2020-09-23T13:41:07Z</dc:date>
    <item>
      <title>Interfacing Jupyter Lab with SAS Enterprise edition on a server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/685870#M8438</link>
      <description>&lt;P&gt;I am part of a state health organization.&amp;nbsp; The state uses SAS v10 and has an on-premise server.&amp;nbsp; I have been self-teaching a bit with SAS University and Jupyter notebook(Lab).&amp;nbsp; I am also learning Python (on Jupyter through anaconda) and so I am becoming a&amp;nbsp; fan of Jupyter notebooks for putting together code and text and visuals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is how can Jupyter notebooks/Lab be used with SAS in our situation?&amp;nbsp; Would SASPy fit in?&lt;/P&gt;
&lt;P&gt;Your direction is most appreciated, since my super supports the idea of having Jupyter as a reporting tool.&amp;nbsp; But he wants to know that question posed above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wlierman&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 20:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/685870#M8438</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2020-09-22T20:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Interfacing Jupyter Lab with SAS Enterprise edition on a server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686019#M8440</link>
      <description>&lt;P&gt;Hey, yes saspy is a python module that interfaces to SAS. So, you can use it from Jupyter, or any other python UI, IDE or interface (command line, batch scripts). For Jupyter, specifically, there is also an extension called a Kernel, which lets you have a notebook that processes a language other than python. There are many different Jupyter kernels, for notebooks of other languages. We have a SAS_Kernel available for Jupyter, which also lets you code only SAS language in those notebooks.&lt;/P&gt;
&lt;P&gt;One question I have, is what version of SAS are you running? We don't have a Version 10. Is that maybe a version number of some particular solution or some other product other than SAS itself? Here are some useful links to some into on this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a Sample Jupyter Notebook using SASPy:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/sassoftware/saspy-examples/blob/main/SAS_contrib/saspy_example_github.ipynb" target="_blank"&gt;https://github.com/sassoftware/saspy-examples/blob/main/SAS_contrib/saspy_example_github.ipynb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doc:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sassoftware.github.io/saspy/index.html" target="_blank"&gt;https://sassoftware.github.io/saspy/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SASPy repo:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/sassoftware/saspy" target="_blank"&gt;https://github.com/sassoftware/saspy&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS_Kernel repo:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/sassoftware/sas_kernel" target="_blank"&gt;https://github.com/sassoftware/sas_kernel&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 12:28:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686019#M8440</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2020-09-23T12:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interfacing Jupyter Lab with SAS Enterprise edition on a server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686037#M8441</link>
      <description>Hello Tom,&lt;BR /&gt;Thanks for responding back.&amp;nbsp; I may be off on the version - at the state there is a what is called a SAS Enterprise server.&amp;nbsp; (I know you know this but there is no connection to SAS Enterprise Guide).&amp;nbsp; So my manager sees how Jupyter notebook connects and supports SAS University, he wants to make sure that the Jupyter notebook interface supports aterminal server environment with scores of SAS users.&lt;BR /&gt;I haven't opened the links that you sent yet, but it sounds from what you have written (and the couple articles that I have read) that a SAS server environment with well over a &lt;BR /&gt;100+ users can use Jupyter Notebook?&amp;nbsp; Can you provide a bit more of a schematic of how this connection could work?&amp;nbsp; Ultimately, to make a Jupyter Notebook interface happen on a server-size SAS installation will require IT (here at the state) to work with SAS.&amp;nbsp; Is that right?&lt;BR /&gt;Thanks.&lt;BR /&gt;Walt Lierman, Ph.D.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2020 13:41:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686037#M8441</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2020-09-23T13:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Interfacing Jupyter Lab with SAS Enterprise edition on a server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686043#M8442</link>
      <description>&lt;P&gt;Hey Walt,&lt;/P&gt;
&lt;P&gt;Would a call work for you, even a web-ex? I think that would be a lot quicker to get an understanding of what you have and what you're trying to do. You can email me at &lt;A href="mailto:tom.weber@sas.com" target="_blank"&gt;tom.weber@sas.com&lt;/A&gt;&amp;nbsp;and we can take this offline and figure out what will work for you.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 13:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686043#M8442</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2020-09-23T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Interfacing Jupyter Lab with SAS Enterprise edition on a server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686097#M8445</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think a discussion offline is a good idea. I will send an email to your address and we can discuss.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wlierman&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 15:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interfacing-Jupyter-Lab-with-SAS-Enterprise-edition-on-a-server/m-p/686097#M8445</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2020-09-23T15:32:48Z</dc:date>
    </item>
  </channel>
</rss>

