ColabCode - Run codeserver on Colab!
Project description
ColabCode
Run code server on Google Colab or Kaggle Notebooks
Quickstart:
- install colabcode:
pip install colabcode
- import colabcode:
from colabcode import ColabCode
- run:
ColabCode(port=10000, password="abhishek")
- you can also run it with any password or port :)
ColabCode
has the following arguments:
port
: the port you want to run code-server on, default 10000password
: password to protect your code server from being accessed by someone else. Note that there is no password by default!mount_drive
: True or False to mount your Google Drive
ColabCode
comes pre-installed with some VS Code extensions.
See an example in this video tutorial.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
colabcode-0.0.6.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for colabcode-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22edebd21ad9a1fb93720620a484725477e2becf84343b4f891b5195802978af |
|
MD5 | 5403882a72803569a0666623d83a120a |
|
BLAKE2b-256 | 5080c7ba2ab115f40007e12ef505e82234d3bf330523d58f21db9e4ba81268a9 |