<?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: Fabric Notebook in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook/m-p/3373191#M43820</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="599181" data-lia-user-login="PrachiJain06" class="lia-mention lia-mention-user"&gt;PrachiJain06&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I'd like to suggest you try to use the Connection and Transfer to connect and get data from SFTP to local device. Then you can simply use notebook handle this type of data source.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;# Import Fabric connection and transfer classes
from fabric import Connection, Transfer

# Create a connection object with host, user and port
conn = Connection(host="computer.xxx.xxx.com", user="user", port=22)

# Create a transfer object with the connection
trans = Transfer(conn)

# Copy a file from the SFTP server to the local filesystem
trans.get("myfile.csv", "myfile.csv")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/how-to-use-notebook" target="_blank"&gt;How to use notebooks - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2023 02:09:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-10T02:09:31Z</dc:date>
    <item>
      <title>Fabric Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook/m-p/3370867#M43802</link>
      <description>&lt;P&gt;Hello Everyone, I want to access SFTP Server data using fabric Notebook but for that I need to set Inbound Rule . As Notebook will have dynamic IP then how can we allow Notebook IP to access Port 22? Thank you in advance . Please advise&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 18:47:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook/m-p/3370867#M43802</guid>
      <dc:creator>PrachiJain06</dc:creator>
      <dc:date>2023-08-08T18:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook/m-p/3373191#M43820</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="599181" data-lia-user-login="PrachiJain06" class="lia-mention lia-mention-user"&gt;PrachiJain06&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I'd like to suggest you try to use the Connection and Transfer to connect and get data from SFTP to local device. Then you can simply use notebook handle this type of data source.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;# Import Fabric connection and transfer classes
from fabric import Connection, Transfer

# Create a connection object with host, user and port
conn = Connection(host="computer.xxx.xxx.com", user="user", port=22)

# Create a transfer object with the connection
trans = Transfer(conn)

# Copy a file from the SFTP server to the local filesystem
trans.get("myfile.csv", "myfile.csv")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/how-to-use-notebook" target="_blank"&gt;How to use notebooks - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 02:09:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook/m-p/3373191#M43820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-10T02:09:31Z</dc:date>
    </item>
  </channel>
</rss>

