Merge pull request #121 from VE-FORBRYDERNE/code

Fix the vscode notebook
This commit is contained in:
henk717 2022-04-21 20:01:52 +02:00 committed by GitHub
commit e94b97790c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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