Skip to content

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

License

Notifications You must be signed in to change notification settings

partham16/colabcode

 
 

Repository files navigation

Open in Gitpod

ColabCode

license

And Modified:

- Add oh-my-bash pretty prompt

- Add bash-powerline theme

- Add vscode persistent settings.json

- Add bash autocomplete

- Add zsh and oh-my-zsh

- Add password randomization

- Better development support w/ pre-commit, flake8, black etc.

Installation (run in a colab cell):

%%bash
git clone https://github.com/partham16/colabcode.git
cd /content/colabcode
git checkout zsh
pip install -r requirements.txt

And next:

from colabcode.code import ColabCode
ColabCode()

To Be Added:

  • Bring your own settings.json
  • Bring your own bash / zsh themes
  • Bring your own list of installs

About

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 46.0%
  • Python 31.0%
  • Jupyter Notebook 19.1%
  • Makefile 3.9%