Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added  usage guidelines for abhishekkrthakur#29
  • Loading branch information
TanayKarve authored Oct 2, 2020
1 parent d8c6b04 commit 53a2558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ $ ColabCode()
# - 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
# - option: "localtunnel" or "ngrok" to use respective tunneling services

$ ColabCode(port=10000, password="abhishek", mount_drive=True)
$ ColabCode(port=10000, password="abhishek", mount_drive=True,option="localtunnel")
```
## How to use it?
Colab starter notebook: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/abhishekkrthakur/colabcode/blob/master/colab_starter.ipynb)
Expand Down

0 comments on commit 53a2558

Please sign in to comment.