Use double quotes in binder example

This commit is contained in:
Ayaz Salikhov
2025-03-03 20:29:33 +00:00
parent 8f03304445
commit 01e1bc157c

View File

@@ -20,7 +20,7 @@
"import os\n",
"\n",
"print(\n",
" f'This container is using tag {os.environ[\"TAG\"]} of the jupyter/base-notebook image'\n",
" f\"This container is using tag {os.environ['TAG']} of the jupyter/base-notebook image\"\n",
")"
]
},