Skip to content

Commit dc0d06d

Browse files
committed
updated env vars
1 parent 3797662 commit dc0d06d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

template/systemd/jupyter.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ StartLimitBurst=0
77
[Service]
88
Type=simple
99
Environment=MATPLOTLIBRC=/root/.config/matplotlib/.matplotlibrc
10-
Environment=JUPYTER_CONFIG_PATH=/root/.jupyter
1110
ExecStart=/usr/local/bin/jupyter server --IdentityProvider.token=""
1211
ExecStartPost=-/usr/bin/systemctl reset-failed code-interpreter
1312
Restart=on-failure

template/template.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ def make_template(
1717
"PIP_DEFAULT_TIMEOUT": "100",
1818
"PIP_DISABLE_PIP_VERSION_CHECK": "1",
1919
"PIP_NO_CACHE_DIR": "1",
20-
"JUPYTER_CONFIG_PATH": "/root/.jupyter",
21-
"IPYTHON_CONFIG_PATH": "/root/.ipython",
22-
"SERVER_PATH": "/root/.server",
2320
"JAVA_VERSION": "11",
2421
"JAVA_HOME": "/usr/lib/jvm/jdk-${JAVA_VERSION}",
2522
"IJAVA_VERSION": "1.3.0",

0 commit comments

Comments
 (0)