Mod version of ColabCode
Project description
ColabCode
Installation
$ 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 default 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
Built Distribution
File details
Details for the file colabcodeModbyBitGeek29-29.1.tar.gz
.
File metadata
- Download URL: colabcodeModbyBitGeek29-29.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5ce796b63e8a215d6befed43cf1fa5c6cafcd7fe1c2995f222f210c7511bf6c |
|
MD5 | 67b168575fa4d8e6b4d1738bc28fd153 |
|
BLAKE2b-256 | 537b45d2b905b84ac0cc6bc04dcc5e91459f8dc1eb9caecf338bb24454692645 |
File details
Details for the file colabcodeModbyBitGeek29-29.1-py3-none-any.whl
.
File metadata
- Download URL: colabcodeModbyBitGeek29-29.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a4e1bffed3f879b722866316d3cdd9c8bd5a5279322698a2f7233e8e6c44c72 |
|
MD5 | 1557f2d835a0b9eb1ade3a0f6284bcf2 |
|
BLAKE2b-256 | 5b345d6b55ad8940d88c3438fcf53f313c810732ade17d7e97c9872795d60ce6 |