<?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: ipywidget not able to start running another notebook in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22025#M15044</link>
    <description>&lt;P&gt;I think that's what I am doing on line 4 of my code right? &lt;/P&gt;&lt;P&gt;%run command can only be a separate cell.&lt;/P&gt;</description>
    <pubDate>Sun, 20 Nov 2022 19:32:58 GMT</pubDate>
    <dc:creator>lzha174</dc:creator>
    <dc:date>2022-11-20T19:32:58Z</dc:date>
    <item>
      <title>ipywidget not able to start running another notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22023#M15042</link>
      <description>&lt;P&gt;I am trying to add a button in a notebook to trigger an execution of another notebook, but it does not respond to the command. Any idea why? The run command works if I run in a separate&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1172i60246509522E6E6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt; cell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 00:24:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22023#M15042</guid>
      <dc:creator>lzha174</dc:creator>
      <dc:date>2022-11-17T00:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: ipywidget not able to start running another notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22025#M15044</link>
      <description>&lt;P&gt;I think that's what I am doing on line 4 of my code right? &lt;/P&gt;&lt;P&gt;%run command can only be a separate cell.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 19:32:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22025#M15044</guid>
      <dc:creator>lzha174</dc:creator>
      <dc:date>2022-11-20T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: ipywidget not able to start running another notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22026#M15045</link>
      <description>&lt;P&gt;Sometimes it shows the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IllegalArgumentException: Context not valid. If you are calling this outside the main thread, you must set the Notebook context via dbutils.notebook.setContext(ctx), where ctx is a value retrieved from the main thread (and the same cell) via dbutils.notebook.getContext().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 19:42:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22026#M15045</guid>
      <dc:creator>lzha174</dc:creator>
      <dc:date>2022-11-20T19:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: ipywidget not able to start running another notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22027#M15046</link>
      <description>&lt;P&gt;Did you end up finding an answer to this? I am running into the same problem&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 12:41:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22027#M15046</guid>
      <dc:creator>mbejarano89</dc:creator>
      <dc:date>2023-03-23T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: ipywidget not able to start running another notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22024#M15043</link>
      <description>&lt;P&gt;Hi, Could you please try this way: &lt;A href="https://docs.databricks.com/notebooks/notebook-workflows.html#run-usage" alt="https://docs.databricks.com/notebooks/notebook-workflows.html#run-usage" target="_blank"&gt;https://docs.databricks.com/notebooks/notebook-workflows.html#run-usage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, &lt;A href="https://community.databricks.com/s/question/0D53f00001HKHdNCAX/can-i-run-one-notebook-from-another-notebook" alt="https://community.databricks.com/s/question/0D53f00001HKHdNCAX/can-i-run-one-notebook-from-another-notebook" target="_blank"&gt;https://community.databricks.com/s/question/0D53f00001HKHdNCAX/can-i-run-one-notebook-from-another-notebook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please let us know if this helps. &lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 07:25:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ipywidget-not-able-to-start-running-another-notebook/m-p/22024#M15043</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2022-11-18T07:25:20Z</dc:date>
    </item>
  </channel>
</rss>

