<?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: Python script in my NoteBook that shows only a log in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/4026160#M2845</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/555461" target="_blank"&gt;@GuillaumePower&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query got resolved. Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2024 04:26:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-05T04:26:18Z</dc:date>
    <item>
      <title>Python script in my NoteBook that shows only a log</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/3998272#M2618</link>
      <description>&lt;P&gt;I've seen that sometimes, in my Notebooks, I can't have a right process, the script in my cell runs during only 2 seconds and I get only a log and all the print function in the cells doesn't write anything to the screen. Sometimes the process is right and&amp;nbsp; turns during 40 seconds to show me the data created by a Natural Language Processing with the pachage Spacy but sometimes the process doen't show more that a log. (with no change betweenn the two events.) Have you already have this problem ?&lt;/P&gt;&lt;P&gt;(I use Fabric with my free Power BI account, perhaps I've not enough right to use the CPU)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 13:11:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/3998272#M2618</guid>
      <dc:creator>GuillaumePower</dc:creator>
      <dc:date>2024-06-18T13:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python script in my NoteBook that shows only a log</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/4000542#M2629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/555461"&gt;@GuillaumePower&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;/P&gt;
&lt;P&gt;It sounds like you’re experiencing inconsistent behavior when running your Microsoft Fabric Notebook cells, particularly when using the Spacy package for Natural Language Processing (NLP). This could be due to a few reasons:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Resource Limitations: &lt;BR /&gt;If you’re using a free Power BI account with Fabric, there might be limitations on the amount of CPU and memory you can use. This could cause your scripts to terminate prematurely if they exceed these limits.&lt;BR /&gt;&lt;BR /&gt;Concurrency Issues: &lt;BR /&gt;If you’re running multiple cells or notebooks at the same time, they might be competing for resources. This could cause some cells to finish quickly while others take longer.&lt;BR /&gt;&lt;BR /&gt;Spacy Package: &lt;BR /&gt;Spacy is a powerful NLP library, but it can be resource-intensive. If your dataset is large, it might take a while to process. Also, ensure you’re using the latest version of Spacy as older versions might have performance issues.&lt;BR /&gt;&lt;BR /&gt;To troubleshoot, you could try the following:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Monitor Resource Usage: &lt;BR /&gt;Check your capacity usage while your notebook is running to see if you’re hitting any limits.&lt;BR /&gt;Run Cells Individually:Try running your cells one at a time to see if the issue persists.&lt;BR /&gt;Update Libraries: Ensure that all your Python libraries, including Spacy, are up-to-date.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 17:13:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/4000542#M2629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-19T17:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Python script in my NoteBook that shows only a log</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/4009590#M2683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/555461"&gt;@GuillaumePower&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query got resolved. Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 17:12:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/4009590#M2683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-25T17:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python script in my NoteBook that shows only a log</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/4026160#M2845</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/555461" target="_blank"&gt;@GuillaumePower&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query got resolved. Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 04:26:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Python-script-in-my-NoteBook-that-shows-only-a-log/m-p/4026160#M2845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-05T04:26:18Z</dc:date>
    </item>
  </channel>
</rss>

