colabcode
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: colabcode | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: ColabCode - Run codeserver on Colab! | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/abhishekkrthakur/colabcode |
@@ -14,2 +14,3 @@ import os | ||
| EXTENSIONS = ["ms-python.python", "ms-toolsai.jupyter"] | ||
| CODESERVER_VERSION = "3.7.4" | ||
@@ -32,3 +33,6 @@ | ||
| ) | ||
| subprocess.run(["sh", "install.sh"], stdout=subprocess.PIPE) | ||
| subprocess.run( | ||
| ["sh", "install.sh", "--version", f"{CODESERVER_VERSION}"], | ||
| stdout=subprocess.PIPE, | ||
| ) | ||
@@ -66,2 +70,1 @@ def _install_extensions(self): | ||
| print(line, end="") | ||
+1
-1
| Metadata-Version: 2.1 | ||
| Name: colabcode | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: ColabCode - Run codeserver on Colab! | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/abhishekkrthakur/colabcode |
+1
-1
@@ -12,3 +12,3 @@ from setuptools import setup, Extension | ||
| scripts=["scripts/colabcode"], | ||
| version="0.1.0", | ||
| version="0.1.1", | ||
| description="ColabCode - Run codeserver on Colab!", | ||
@@ -15,0 +15,0 @@ long_description=long_description, |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
11735
0.87%80
5.26%