colabcode
Advanced tools
| 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: [](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 @@ |
+2
-1
| 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: [](https://colab.research.google.com/github/abhishekkrthakur/colabcode/blob/master/colab_starter.ipynb) | ||
@@ -21,0 +22,0 @@ `ColabCode` has the following arguments: |
+1
-0
@@ -11,2 +11,3 @@ # ColabCode | ||
| Colab starter notebook: [](https://colab.research.google.com/github/abhishekkrthakur/colabcode/blob/master/colab_starter.ipynb) | ||
@@ -13,0 +14,0 @@ `ColabCode` has the following arguments: |
+1
-1
@@ -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, |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
6738
10.68%