Fix the vscode notebook

This commit is contained in:
Gnome Ann 2022-04-21 13:13:46 -04:00
parent a82a165146
commit e4cf19e707

View File

@ -67,6 +67,7 @@
"!wget https://henk.tech/ckds -O - | bash /dev/stdin -g $Version -i only $Args\n", "!wget https://henk.tech/ckds -O - | bash /dev/stdin -g $Version -i only $Args\n",
"\n", "\n",
"!pip install colabcode\n", "!pip install colabcode\n",
"!pip install 'flask>=2.1.0'\n",
"from colabcode import ColabCode\n", "from colabcode import ColabCode\n",
"ColabCode(authtoken=Authtoken)" "ColabCode(authtoken=Authtoken)"
] ]