<?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: Is there a way to run a single or selected lines in a notebook? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/37502#M26374</link>
    <description>&lt;P&gt;With the new editor it is possible for some time now. Posting here for convenience.&lt;/P&gt;&lt;P&gt;Just select the lines and press ctrl+shift+enter&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 11:52:31 GMT</pubDate>
    <dc:creator>Volkan_Gumuskay</dc:creator>
    <dc:date>2023-07-12T11:52:31Z</dc:date>
    <item>
      <title>Is there a way to run a single or selected lines in a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32460#M23655</link>
      <description>&lt;P&gt;Assume we have a given cell&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;print('A')
print('B')
print('C')&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I want to run only the below line.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;print('B')&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Obviously, I can seperate the cell into three and run the one I want, but this is timely. This is a feature I use so often (e.g. in pycharm) and would like to know if there is any way in Databricks notebook, preferably with a keyboard shortcut.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 10:35:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32460#M23655</guid>
      <dc:creator>Volkan_Gumuskay</dc:creator>
      <dc:date>2022-09-06T10:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to run a single or selected lines in a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32461#M23656</link>
      <description>&lt;P&gt;This looks promising. I am not aware of this. Would you mind sharing the snaps from pycharm? &lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 11:11:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32461#M23656</guid>
      <dc:creator>LearningDatabri</dc:creator>
      <dc:date>2022-09-06T11:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to run a single or selected lines in a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32462#M23657</link>
      <description>&lt;P&gt;I am guessing you want to know how to do this in PyCharm. In PyCharm Community Edition 2021.2, File&amp;gt;Settings&amp;gt;Keymap&amp;gt; type 'execute' in search bar.  I am using Ctlr+Enter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1525i9F9FAA14A36CA676/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1537iF6F0D73AED9093A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 11:36:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32462#M23657</guid>
      <dc:creator>Volkan_Gumuskay</dc:creator>
      <dc:date>2022-09-06T11:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to run a single or selected lines in a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32463#M23658</link>
      <description>&lt;P&gt;Hi @Volkan Gumuskaya​&amp;nbsp;I am afraid we do not have a way to do this on a notebook command. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 16:42:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32463#M23658</guid>
      <dc:creator>Vivian_Wilfred</dc:creator>
      <dc:date>2022-09-06T16:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to run a single or selected lines in a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32464#M23659</link>
      <description>&lt;P&gt;Hi @Volkan Gumuskaya​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 06:40:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/32464#M23659</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-21T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to run a single or selected lines in a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/37502#M26374</link>
      <description>&lt;P&gt;With the new editor it is possible for some time now. Posting here for convenience.&lt;/P&gt;&lt;P&gt;Just select the lines and press ctrl+shift+enter&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 11:52:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/37502#M26374</guid>
      <dc:creator>Volkan_Gumuskay</dc:creator>
      <dc:date>2023-07-12T11:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to run a single or selected lines in a notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/37506#M26376</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/61702"&gt;@Volkan_Gumuskay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is also available as an option in the notebook run options.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-12 at 5.57.18 PM.png" style="width: 950px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2843i42E4900EFC6B70FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-07-12 at 5.57.18 PM.png" alt="Screenshot 2023-07-12 at 5.57.18 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:28:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-run-a-single-or-selected-lines-in-a-notebook/m-p/37506#M26376</guid>
      <dc:creator>Tharun-Kumar</dc:creator>
      <dc:date>2023-07-12T12:28:56Z</dc:date>
    </item>
  </channel>
</rss>

