安装软件包
1 | !pip install colabcode |
GitHub
https://github.com/abhishekkrthakur/colabcode/
启动colabcode
1 2 | from colabcode import ColabCode ColabCode(port=10000) |
执行上述操作时,在Jupyte Notebook中将显示ngrok链接,而当您单击链接时,将显示VSCode(代码服务器)。
python
之后,您可以打开一个终端并使用
顺便说一句,您可以通过单击编辑器侧栏中的Gear图标轻松更改主题。
nodejs
您也可以使用
nodejs。它的安装版本早于v8.11.3,但工作正常。