Skip to main content

Mod version of ColabCode

Project description

ColabCode

license PyPI version python version

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?

Colab starter notebook:    Open In Colab

ColabCode comes pre-installed with some VS Code extensions.

See an example in youtube video

YouTube Video

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colabcodeModbyBitGeek29-29.1.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

colabcodeModbyBitGeek29-29.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

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

Hashes for colabcodeModbyBitGeek29-29.1.tar.gz
Algorithm Hash digest
SHA256 a5ce796b63e8a215d6befed43cf1fa5c6cafcd7fe1c2995f222f210c7511bf6c
MD5 67b168575fa4d8e6b4d1738bc28fd153
BLAKE2b-256 537b45d2b905b84ac0cc6bc04dcc5e91459f8dc1eb9caecf338bb24454692645

See more details on using hashes here.

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

Hashes for colabcodeModbyBitGeek29-29.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6a4e1bffed3f879b722866316d3cdd9c8bd5a5279322698a2f7233e8e6c44c72
MD5 1557f2d835a0b9eb1ade3a0f6284bcf2
BLAKE2b-256 5b345d6b55ad8940d88c3438fcf53f313c810732ade17d7e97c9872795d60ce6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page