From 12a78149fc8efdb16a113685284ad6eba86eccc4 Mon Sep 17 00:00:00 2001 From: Joe Lombrozo Date: Tue, 30 Jun 2026 15:46:55 -0700 Subject: [PATCH] expose jupyter errors --- template/start-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/start-up.sh b/template/start-up.sh index 5786b039..68da2f65 100755 --- a/template/start-up.sh +++ b/template/start-up.sh @@ -13,4 +13,4 @@ function start_code_interpreter() { echo "Starting Code Interpreter server..." start_code_interpreter & -MATPLOTLIBRC=/root/.config/matplotlib/.matplotlibrc jupyter server --IdentityProvider.token="" >/dev/null 2>&1 +MATPLOTLIBRC=/root/.config/matplotlib/.matplotlibrc jupyter server --IdentityProvider.token=""