We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa6429 commit 881d245Copy full SHA for 881d245
template/start-up.sh
@@ -33,4 +33,4 @@ export PATH="/opt/java/openjdk/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin
33
34
echo "Starting Code Interpreter server..."
35
start_jupyter_server &
36
-jupyter server --IdentityProvider.token="" >/dev/null 2>&1
+MATPLOTLIBRC=/root/.config/matplotlib/.matplotlibrc jupyter server --IdentityProvider.token="" >/dev/null 2>&1
0 commit comments