!pip install colabcode
GitHub https://github.com/abhishekkrthakur/colabcode/
from colabcode import ColabCode
ColabCode(port=10000)
After executing the above, the ngrok link will be displayed in Jupyte Notebook, and when you click the link, VSCode (codesever) will be displayed.
python
After that, you can open a terminal and run it normally with python test.py
.
By the way, you can easily change the theme by clicking the Gear icon in the sidebar of the editor.
nodejs You can also use nodejs. It's installed as old as v8.11.3, but it worked fine.
Recommended Posts