Skip to content

Commit 991dd0e

Browse files
authored
Update display message in snippets.json (#78)
1 parent 954fc72 commit 991dd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"completion_setup": "test_variable_for_completion = 42",
1616
"completion_prefix": "test_variable_for_",
1717
"display_data_code": "from IPython.display import display, HTML; display(HTML('<b>bold</b>'))",
18-
"update_display_data_code": "from IPython.display import display, HTML, update_display; dh = display(HTML('<b>initial</b>'), display_id=True); update_display(HTML('<b>updated</b>'), display_id=dh.display_id)",
18+
"update_display_data_code": "from IPython.display import display, HTML, update_display; dh = display(HTML('<b>initial</b>'), display_id=True); update_display(HTML('<b>updated</b>'), display_id=dh.display_id)",
1919
"rich_execute_result_code": "from IPython.display import HTML; HTML('<b>bold</b>')"
2020
},
2121
"r": {

0 commit comments

Comments
 (0)