Spaces:
Running
Running
Commit ·
6337377
1
Parent(s): 8e7fdb4
Fix terminado_settings and update log level
Browse files
start.sh
CHANGED
|
@@ -873,7 +873,7 @@ start_jupyter_once() {
|
|
| 873 |
--IdentityProvider.token="$JUPYTER_TOKEN" \
|
| 874 |
--ServerApp.base_url=/terminal/ \
|
| 875 |
--ServerApp.terminals_enabled=True \
|
| 876 |
-
--terminado_settings='{"shell_command":["/bin/bash","-i"]}' \
|
| 877 |
--ServerApp.allow_origin='*' \
|
| 878 |
--ServerApp.allow_remote_access=True \
|
| 879 |
--ServerApp.trust_xheaders=True \
|
|
@@ -882,8 +882,7 @@ start_jupyter_once() {
|
|
| 882 |
--ServerApp.disable_check_xsrf=True \
|
| 883 |
--LabApp.news_url=None \
|
| 884 |
--LabApp.check_for_updates_class=jupyterlab.NeverCheckForUpdate \
|
| 885 |
-
--ServerApp.
|
| 886 |
-
--ServerApp.log_level=WARNING \
|
| 887 |
--ServerApp.root_dir="$JUPYTER_ROOT_DIR" \
|
| 888 |
>> "$JUPYTER_LOG_FILE" 2>&1 &
|
| 889 |
JUPYTER_PID=$!
|
|
|
|
| 873 |
--IdentityProvider.token="$JUPYTER_TOKEN" \
|
| 874 |
--ServerApp.base_url=/terminal/ \
|
| 875 |
--ServerApp.terminals_enabled=True \
|
| 876 |
+
--ServerApp.terminado_settings='{"shell_command":["/bin/bash","-i"]}' \
|
| 877 |
--ServerApp.allow_origin='*' \
|
| 878 |
--ServerApp.allow_remote_access=True \
|
| 879 |
--ServerApp.trust_xheaders=True \
|
|
|
|
| 882 |
--ServerApp.disable_check_xsrf=True \
|
| 883 |
--LabApp.news_url=None \
|
| 884 |
--LabApp.check_for_updates_class=jupyterlab.NeverCheckForUpdate \
|
| 885 |
+
--ServerApp.log_level=WARN \
|
|
|
|
| 886 |
--ServerApp.root_dir="$JUPYTER_ROOT_DIR" \
|
| 887 |
>> "$JUPYTER_LOG_FILE" 2>&1 &
|
| 888 |
JUPYTER_PID=$!
|