files_cells/notebooks/en/launch_en.ipynb
CHANGED
@@ -100,7 +100,7 @@
|
|
100 |
"\n",
|
101 |
" if ngrok_token:\n",
|
102 |
" commandline_arguments += ' --ngrok ' + ngrok_token\n",
|
103 |
-
" commandline_arguments += f\" --port=1101 \" # --encrypt-pass={password}\n",
|
104 |
"\n",
|
105 |
" !COMMANDLINE_ARGS=\"{commandline_arguments}\" python launch.py\n",
|
106 |
"\n",
|
|
|
100 |
"\n",
|
101 |
" if ngrok_token:\n",
|
102 |
" commandline_arguments += ' --ngrok ' + ngrok_token\n",
|
103 |
+
" commandline_arguments += f\" --port=1101 --encrypt-pass=1769\" # --encrypt-pass={password}\n",
|
104 |
"\n",
|
105 |
" !COMMANDLINE_ARGS=\"{commandline_arguments}\" python launch.py\n",
|
106 |
"\n",
|
files_cells/notebooks/ru/launch_ru.ipynb
CHANGED
@@ -100,7 +100,7 @@
|
|
100 |
"\n",
|
101 |
" if ngrok_token:\n",
|
102 |
" commandline_arguments += ' --ngrok ' + ngrok_token\n",
|
103 |
-
" commandline_arguments += f\" --port=1101 \" # --encrypt-pass={password}\n",
|
104 |
"\n",
|
105 |
" !COMMANDLINE_ARGS=\"{commandline_arguments}\" python launch.py\n",
|
106 |
"\n",
|
|
|
100 |
"\n",
|
101 |
" if ngrok_token:\n",
|
102 |
" commandline_arguments += ' --ngrok ' + ngrok_token\n",
|
103 |
+
" commandline_arguments += f\" --port=1101 --encrypt-pass=1769\" # --encrypt-pass={password}\n",
|
104 |
"\n",
|
105 |
" !COMMANDLINE_ARGS=\"{commandline_arguments}\" python launch.py\n",
|
106 |
"\n",
|
files_cells/python/en/launch_en.py
CHANGED
@@ -82,7 +82,7 @@ if env != "SageMaker Studio Lab":
|
|
82 |
|
83 |
if ngrok_token:
|
84 |
commandline_arguments += ' --ngrok ' + ngrok_token
|
85 |
-
commandline_arguments += f" --port=1101 " # --encrypt-pass={password}
|
86 |
|
87 |
get_ipython().system('COMMANDLINE_ARGS="{commandline_arguments}" python launch.py')
|
88 |
|
|
|
82 |
|
83 |
if ngrok_token:
|
84 |
commandline_arguments += ' --ngrok ' + ngrok_token
|
85 |
+
commandline_arguments += f" --port=1101 --encrypt-pass=1769" # --encrypt-pass={password}
|
86 |
|
87 |
get_ipython().system('COMMANDLINE_ARGS="{commandline_arguments}" python launch.py')
|
88 |
|
files_cells/python/ru/launch_ru.py
CHANGED
@@ -82,7 +82,7 @@ if env != "SageMaker Studio Lab":
|
|
82 |
|
83 |
if ngrok_token:
|
84 |
commandline_arguments += ' --ngrok ' + ngrok_token
|
85 |
-
commandline_arguments += f" --port=1101 " # --encrypt-pass={password}
|
86 |
|
87 |
get_ipython().system('COMMANDLINE_ARGS="{commandline_arguments}" python launch.py')
|
88 |
|
|
|
82 |
|
83 |
if ngrok_token:
|
84 |
commandline_arguments += ' --ngrok ' + ngrok_token
|
85 |
+
commandline_arguments += f" --port=1101 --encrypt-pass=1769" # --encrypt-pass={password}
|
86 |
|
87 |
get_ipython().system('COMMANDLINE_ARGS="{commandline_arguments}" python launch.py')
|
88 |
|