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