You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
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.6
to
0.0.7
+2
-1
colabcode.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: colabcode
Version: 0.0.6
Version: 0.0.7
Summary: ColabCode - Run codeserver on Colab!

@@ -19,2 +19,3 @@ Home-page: https://github.com/abhishekkrthakur/colabcode

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)

@@ -21,0 +22,0 @@ `ColabCode` has the following arguments:

@@ -41,3 +41,3 @@ import os

ngrok.disconnect(public_url)
url = ngrok.connect(port=self.port)
url = ngrok.connect(port=self.port, options={"bind_tls": True})
print(f"Code Server can be accessed on: {url}")

@@ -44,0 +44,0 @@

Metadata-Version: 2.1
Name: colabcode
Version: 0.0.6
Version: 0.0.7
Summary: ColabCode - Run codeserver on Colab!

@@ -19,2 +19,3 @@ Home-page: https://github.com/abhishekkrthakur/colabcode

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)

@@ -21,0 +22,0 @@ `ColabCode` has the following arguments:

@@ -11,2 +11,3 @@ # ColabCode

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)

@@ -13,0 +14,0 @@ `ColabCode` has the following arguments:

@@ -11,3 +11,3 @@ from setuptools import setup, Extension

name="colabcode",
version="0.0.6",
version="0.0.7",
description="ColabCode - Run codeserver on Colab!",

@@ -14,0 +14,0 @@ long_description=long_description,