colabcode
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: colabcode | ||
| Version: 0.0.5 | ||
| Version: 0.0.6 | ||
| Summary: ColabCode - Run codeserver on Colab! | ||
@@ -13,2 +13,3 @@ Home-page: https://github.com/abhishekkrthakur/colabcode | ||
| Quickstart: | ||
| - install colabcode: `pip install colabcode` | ||
@@ -19,2 +20,10 @@ - import colabcode: `from colabcode import 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` comes pre-installed with some VS Code extensions. | ||
| See an example in [this video tutorial](https://www.youtube.com/watch?v=7kTbM3D02jU). | ||
@@ -21,0 +30,0 @@ |
+10
-1
| Metadata-Version: 2.1 | ||
| Name: colabcode | ||
| Version: 0.0.5 | ||
| Version: 0.0.6 | ||
| Summary: ColabCode - Run codeserver on Colab! | ||
@@ -13,2 +13,3 @@ Home-page: https://github.com/abhishekkrthakur/colabcode | ||
| Quickstart: | ||
| - install colabcode: `pip install colabcode` | ||
@@ -19,2 +20,10 @@ - import colabcode: `from colabcode import 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` comes pre-installed with some VS Code extensions. | ||
| See an example in [this video tutorial](https://www.youtube.com/watch?v=7kTbM3D02jU). | ||
@@ -21,0 +30,0 @@ |
+9
-0
@@ -5,2 +5,3 @@ # ColabCode | ||
| Quickstart: | ||
| - install colabcode: `pip install colabcode` | ||
@@ -11,2 +12,10 @@ - import colabcode: `from colabcode import 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` comes pre-installed with some VS Code extensions. | ||
| See an example in [this video tutorial](https://www.youtube.com/watch?v=7kTbM3D02jU). |
+1
-1
@@ -11,3 +11,3 @@ from setuptools import setup, Extension | ||
| name="colabcode", | ||
| version="0.0.5", | ||
| version="0.0.6", | ||
| description="ColabCode - Run codeserver on Colab!", | ||
@@ -14,0 +14,0 @@ long_description=long_description, |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
6088
26.1%