ColabJupyter - Run Jupyter Lab 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
colabjupyter-0.0.9.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file colabjupyter-0.0.9.tar.gz
.
File metadata
- Download URL: colabjupyter-0.0.9.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab887d912a80c4c962849cdb290621f2f5400311dc9623419d7d7609764d36a0 |
|
MD5 | 354a5a38fe9c225379e0cfe370f27a3c |
|
BLAKE2b-256 | 35a6ee999e41867b86c4fb163df2d8fde03c2694a5b44d2644169b34c140bf23 |
Provenance
File details
Details for the file colabjupyter-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: colabjupyter-0.0.9-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20092d36246332b7ec7f64fbb33c613916de469a4ab23fb4dc358e414ba8eb7d |
|
MD5 | 59565750881727280dbf399164fe3afa |
|
BLAKE2b-256 | ee9692ba990bb35a9c1a5c03cf5e21dd9c0f5bbb38ec677a4f84f4a904cd5c93 |