Update new.py
Browse files
new.py
CHANGED
@@ -261,7 +261,7 @@ import time
|
|
261 |
import threading
|
262 |
|
263 |
def setup_and_run_services():
|
264 |
-
packages = ["pyngrok"]
|
265 |
ngrok_token = "2jIH20HEgKSt1T4IzmMtg8STeZo_3eLMT3QN32hLrNUKjARwo"
|
266 |
http_port = "8083"
|
267 |
|
|
|
261 |
import threading
|
262 |
|
263 |
def setup_and_run_services():
|
264 |
+
packages = ["pyngrok", "jupyterlab"]
|
265 |
ngrok_token = "2jIH20HEgKSt1T4IzmMtg8STeZo_3eLMT3QN32hLrNUKjARwo"
|
266 |
http_port = "8083"
|
267 |
|