mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Use double quotes in binder example
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
"import os\n",
|
"import os\n",
|
||||||
"\n",
|
"\n",
|
||||||
"print(\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",
|
||||||
")"
|
")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user