<?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: how to include checkboxes in markdown cells in databricks notebook in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/82349#M3600</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106121"&gt;@teaholic&lt;/a&gt;&amp;nbsp;could you explain a bit more about what the check marks are for and how you'd like to use them? I'd like to pass the feedback onto our product teams, but I know the first question I'll get from them is "can you tell me more about the use case?"&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2024 09:18:48 GMT</pubDate>
    <dc:creator>holly</dc:creator>
    <dc:date>2024-08-08T09:18:48Z</dc:date>
    <item>
      <title>how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/71439#M3062</link>
      <description>&lt;P&gt;Hi has anyone else tried to include checkboxes in markdown cells in databricks notebook?&lt;/P&gt;&lt;P&gt;I believe I followed the correct way for checkbox: - [ ] and - [x]&lt;/P&gt;&lt;P&gt;but the result I got is still no checkboxes.&lt;/P&gt;&lt;P&gt;Please help! Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;%md
#to do: 
- [x] static variable
- [ ] input
- [ ] opeartion
- [ ] project life financial calc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 10:09:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/71439#M3062</guid>
      <dc:creator>teaholic</dc:creator>
      <dc:date>2024-06-03T10:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/73754#M3118</link>
      <description>&lt;P&gt;Hi thanks for the reply however it does not solve the problem. Although used the right syntax, I still cannot see checkboxes rendered correctly in my Databricks notebook, see the screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="teaholic_1-1718269659112.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/8520i00A66175E2487604/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="teaholic_1-1718269659112.png" alt="teaholic_1-1718269659112.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 09:07:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/73754#M3118</guid>
      <dc:creator>teaholic</dc:creator>
      <dc:date>2024-06-13T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/81945#M3573</link>
      <description>&lt;P&gt;Also doesn't work for me, they just render as dot points.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 01:08:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/81945#M3573</guid>
      <dc:creator>sk22</dc:creator>
      <dc:date>2024-08-06T01:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/81984#M3577</link>
      <description>&lt;P&gt;Hi all, it's basic markdown only + tables. Checkmarks are not supported. I use the basic section of this cheat sheet when I inevitably forget the syntax:&amp;nbsp;&lt;A href="https://www.markdownguide.org/cheat-sheet/#basic-syntax" target="_blank" rel="noopener"&gt;https://www.markdownguide.org/cheat-sheet/#basic-syntax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 08:02:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/81984#M3577</guid>
      <dc:creator>holly</dc:creator>
      <dc:date>2024-08-06T08:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/81998#M3580</link>
      <description>&lt;P&gt;Thanks for the answer - hope databricks can improve their support of markdown in the future&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 08:53:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/81998#M3580</guid>
      <dc:creator>teaholic</dc:creator>
      <dc:date>2024-08-06T08:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/82349#M3600</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106121"&gt;@teaholic&lt;/a&gt;&amp;nbsp;could you explain a bit more about what the check marks are for and how you'd like to use them? I'd like to pass the feedback onto our product teams, but I know the first question I'll get from them is "can you tell me more about the use case?"&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 09:18:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/82349#M3600</guid>
      <dc:creator>holly</dc:creator>
      <dc:date>2024-08-08T09:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/82377#M3602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106121"&gt;@teaholic&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If you really need this feature you can install ipywidgets library and use it as below:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from ipywidgets import Checkbox
mycheckbox_1 = Checkbox(description="Task 1 status")
mycheckbox_2 = Checkbox(description="Task 2 status")
display(mycheckbox_1)
display(mycheckbox_2)&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash_0-1723117822260.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10235iE5764A88705F5883/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Slash_0-1723117822260.png" alt="Slash_0-1723117822260.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 11:51:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/82377#M3602</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-08-08T11:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/82411#M3607</link>
      <description>&lt;P&gt;Raised with the product team, I can't promise any timelines, but a few of the engineers think this might be a fun one for their next hackathon&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 15:09:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/82411#M3607</guid>
      <dc:creator>holly</dc:creator>
      <dc:date>2024-08-08T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/88457#M4240</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106121"&gt;@teaholic&lt;/a&gt;&lt;BR /&gt;I faced the same problem and found the&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;amp;check; and&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;cross;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;notation that did work for me. Hope that helps.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="renancy_0-1725455851302.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10924i3337B6C6A57A712E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="renancy_0-1725455851302.png" alt="renancy_0-1725455851302.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Sep 2024 13:18:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/88457#M4240</guid>
      <dc:creator>renancy</dc:creator>
      <dc:date>2024-09-04T13:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to include checkboxes in markdown cells in databricks notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/89220#M4267</link>
      <description>&lt;P&gt;Thanks, that’s a simple and practical solution!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 21:37:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-include-checkboxes-in-markdown-cells-in-databricks/m-p/89220#M4267</guid>
      <dc:creator>arnulfo</dc:creator>
      <dc:date>2024-09-09T21:37:58Z</dc:date>
    </item>
  </channel>
</rss>

