Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

colabcode

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colabcode - pypi Package Compare versions

Comparing version
0.0.5
to
0.0.6
+10
-1
colabcode.egg-info/PKG-INFO
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 @@

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 @@

@@ -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,