ColabCode - Run codeserver on Colab!
Project description
ColabCode
Installation
Installation is easy!
$ pip install colabcode
Run code server on Google Colab or Kaggle Notebooks
Getting Started
ColabCode also has a command-line script. So you can just run colabcode
from command line.
colabcode -h
will give the following:
usage: colabcode [-h] --port PORT [--password PASSWORD] [--mount_drive]
ColabCode: Run VS Code On Colab / Kaggle Notebooks
required arguments:
--port PORT the port you want to run code-server on
optional arguments:
--password PASSWORD password to protect your code-server from unauthorized access
--mount_drive if you use --mount_drive, your google drive will be mounted
Else, you can do the following:
# import colabcode
$ from colabcode import ColabCode
# run colabcode with by deafult options.
$ ColabCode()
# ColabCode has the following arguments:
# - port: the port you want to run code-server on, default 10000
# - password: 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(port=10000, password="abhishek", mount_drive=True)
How to use it?
ColabCode
comes pre-installed with some VS Code extensions.
See an example in youtube video
License
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.2.0.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for colabcode-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f60e4aae0d4ece8ff190fb53dcdfa9788f6dfe4d0d918b01fb41cb751eaaedca |
|
MD5 | 9602b35acedf7880f0a243c051f822a3 |
|
BLAKE2b-256 | 33f45c69125dd58eb86b1c668bf2a449120750b984d03bbcfd583ffcf3bfef48 |