Skip to content

Commit 881d245

Browse files
committed
Set env variable for matplotlibrc
1 parent 9aa6429 commit 881d245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/start-up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ export PATH="/opt/java/openjdk/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin
3333

3434
echo "Starting Code Interpreter server..."
3535
start_jupyter_server &
36-
jupyter server --IdentityProvider.token="" >/dev/null 2>&1
36+
MATPLOTLIBRC=/root/.config/matplotlib/.matplotlibrc jupyter server --IdentityProvider.token="" >/dev/null 2>&1

0 commit comments

Comments
 (0)