Skip to content

shangeth/colabcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColabCode

license PyPI version python version

Run code server on Google Colab or Kaggle Notebooks

# install colabcode
$ pip install colabcode

# 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
# - packages: list of packages to be installed

$ ColabCode(port=10000, password="abhishek", mount_drive=True, packages=['torchaudio', 'pytorch_lightning'])

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

About

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 58.1%
  • Python 41.9%