<?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: Integration with Python Jupyter Notebooks in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1902227#M30002</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182446" data-lia-user-login="V-lianl-msft" class="lia-mention lia-mention-user"&gt;V-lianl-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks, but it didn't help.&lt;/P&gt;&lt;P&gt;I just followed the basic tutorial, so it should work.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 21:40:02 GMT</pubDate>
    <dc:creator>webportal</dc:creator>
    <dc:date>2021-06-15T21:40:02Z</dc:date>
    <item>
      <title>Integration with Python Jupyter Notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1877383#M29737</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying the new integration with Jupyter Notebooks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code looks like this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pip&amp;nbsp;install&amp;nbsp;powerbiclient&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;powerbiclient&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Report,&amp;nbsp;models&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;#&amp;nbsp;Import&amp;nbsp;the&amp;nbsp;DeviceCodeLoginAuthentication&amp;nbsp;class&amp;nbsp;to&amp;nbsp;authenticate&amp;nbsp;against&amp;nbsp;Power&amp;nbsp;BI&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;powerbiclient.authentication&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;DeviceCodeLoginAuthentication&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;#&amp;nbsp;Initiate&amp;nbsp;device&amp;nbsp;authentication&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;device_auth&amp;nbsp;=&amp;nbsp;DeviceCodeLoginAuthentication()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;group_id&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"xxx"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;report_id&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"yyy"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;report&amp;nbsp;=&amp;nbsp;Report(group_id=group_id,&amp;nbsp;report_id=report_id,&amp;nbsp;auth=device_auth)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;report&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;It all looks good, the authentication works, double-checked the group and report ids.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But the report isn't displayed.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Jun 2021 10:13:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1877383#M29737</guid>
      <dc:creator>webportal</dc:creator>
      <dc:date>2021-06-02T10:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Python Jupyter Notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1879803#M29763</link>
      <description>&lt;P&gt;++I also facing the same issue.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 09:16:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1879803#M29763</guid>
      <dc:creator>sarthak-sarbahi</dc:creator>
      <dc:date>2021-06-03T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Python Jupyter Notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1881623#M29778</link>
      <description>&lt;P&gt;It is recommended that you refer to this video:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mybuild.microsoft.com/sessions/0cd48cf4-8e10-4c0a-9ae0-9592336e6ca6" target="_self"&gt;https://mybuild.microsoft.com/sessions/0cd48cf4-8e10-4c0a-9ae0-9592336e6ca6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and this sample:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/microsoft/powerbi-jupyter" target="_self"&gt;https://github.com/microsoft/powerbi-jupyter&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 07:12:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1881623#M29778</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2021-06-04T07:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Python Jupyter Notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1902227#M30002</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182446" data-lia-user-login="V-lianl-msft" class="lia-mention lia-mention-user"&gt;V-lianl-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks, but it didn't help.&lt;/P&gt;&lt;P&gt;I just followed the basic tutorial, so it should work.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 21:40:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1902227#M30002</guid>
      <dc:creator>webportal</dc:creator>
      <dc:date>2021-06-15T21:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Python Jupyter Notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1936081#M30309</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182446" data-lia-user-login="V-lianl-msft" class="lia-mention lia-mention-user"&gt;V-lianl-msft&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="305443" data-lia-user-login="sarthak-sarbahi" class="lia-mention lia-mention-user"&gt;sarthak-sarbahi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any news?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you managed to get the report displayed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 08:47:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integration-with-Python-Jupyter-Notebooks/m-p/1936081#M30309</guid>
      <dc:creator>webportal</dc:creator>
      <dc:date>2021-07-03T08:47:56Z</dc:date>
    </item>
  </channel>
</rss>

