<?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 Connecting computer code to notebook in Fabric platform</title>
    <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-computer-code-to-notebook/m-p/3267951#M205</link>
    <description>&lt;P&gt;There are some code which can work only in your computer. For example accessing elasticsearch using python client.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from elasticsearch import Elasticsearch
es = Elasticsearch(
    hosts=[{'host': 'ip', 'port': 9200}],
    http_auth=('name', 'username'),

)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Where the ip is the ip on which elasticsearch is running. This ip can run from my computer only. I want to run this code on the notebook of fabric. What setup I should do in this regrad?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 07:47:27 GMT</pubDate>
    <dc:creator>wahmed20</dc:creator>
    <dc:date>2023-06-05T07:47:27Z</dc:date>
    <item>
      <title>Connecting computer code to notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-computer-code-to-notebook/m-p/3267951#M205</link>
      <description>&lt;P&gt;There are some code which can work only in your computer. For example accessing elasticsearch using python client.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from elasticsearch import Elasticsearch
es = Elasticsearch(
    hosts=[{'host': 'ip', 'port': 9200}],
    http_auth=('name', 'username'),

)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Where the ip is the ip on which elasticsearch is running. This ip can run from my computer only. I want to run this code on the notebook of fabric. What setup I should do in this regrad?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 07:47:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-computer-code-to-notebook/m-p/3267951#M205</guid>
      <dc:creator>wahmed20</dc:creator>
      <dc:date>2023-06-05T07:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting computer code to notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-computer-code-to-notebook/m-p/3268475#M206</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This question appears to be better suited for the &lt;A href="https://community.fabric.microsoft.com/t5/Synapse-preview-Community/ct-p/AC-Community" target="_self"&gt;Synapse community&lt;/A&gt; which does cover notebooks. This community focuses primarily on the components found inside of the Data Factory which are, today, Data pipelines and Dataflows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd encourage you to post this question on the Synapse community.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 12:46:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-computer-code-to-notebook/m-p/3268475#M206</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2023-06-05T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting computer code to notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-computer-code-to-notebook/m-p/3270416#M215</link>
      <description>&lt;P&gt;The code works if you run the notebook with Vs code.&amp;nbsp;&lt;BR /&gt;For further details&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 12:13:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Connecting-computer-code-to-notebook/m-p/3270416#M215</guid>
      <dc:creator>wahmed20</dc:creator>
      <dc:date>2023-06-06T12:13:28Z</dc:date>
    </item>
  </channel>
</rss>

