Update app2.py
Browse files
app2.py
CHANGED
@@ -25,7 +25,7 @@ def notbook():
|
|
25 |
os.system("pip install jupyterlab")
|
26 |
os.system("pip install pyngrok")
|
27 |
# 构建命令字符串
|
28 |
-
ngrok_command = f"ngrok http --authtoken=2cdw5pJsqgsq1igQKeHIpNwTNG7_7LQD3jojKKQ7PzcnNkok5"
|
29 |
ngrok_command2 = f"ngrok tunnel --label edge=edghts_2doueG9BDi9rCXUGnsSsNbTab8H --authtoken=2douOsr61tUyYwMVF3lfj9uZGoa_6FPJ2x1xhKPbL6z4euKkM --region=ap http://localhost:8889"
|
30 |
jupyter_command = "jupyter-lab --no-browser --ip=0.0.0.0 --allow-root --notebook-dir=/ --port=8889 --LabApp.token= --LabApp.base_url=/8889/"
|
31 |
|
|
|
25 |
os.system("pip install jupyterlab")
|
26 |
os.system("pip install pyngrok")
|
27 |
# 构建命令字符串
|
28 |
+
ngrok_command = f"ngrok http 8889 --authtoken=2cdw5pJsqgsq1igQKeHIpNwTNG7_7LQD3jojKKQ7PzcnNkok5"
|
29 |
ngrok_command2 = f"ngrok tunnel --label edge=edghts_2doueG9BDi9rCXUGnsSsNbTab8H --authtoken=2douOsr61tUyYwMVF3lfj9uZGoa_6FPJ2x1xhKPbL6z4euKkM --region=ap http://localhost:8889"
|
30 |
jupyter_command = "jupyter-lab --no-browser --ip=0.0.0.0 --allow-root --notebook-dir=/ --port=8889 --LabApp.token= --LabApp.base_url=/8889/"
|
31 |
|