Skip to content

Commit 01e1bc1

Browse files
committed
Use double quotes in binder example
1 parent 8f03304 commit 01e1bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/README.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"import os\n",
2121
"\n",
2222
"print(\n",
23-
" f'This container is using tag {os.environ[\"TAG\"]} of the jupyter/base-notebook image'\n",
23+
" f\"This container is using tag {os.environ['TAG']} of the jupyter/base-notebook image\"\n",
2424
")"
2525
]
2626
},

0 commit comments

Comments
 (0)