File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ StartLimitBurst=0
77[Service]
88Type =simple
99Environment =MATPLOTLIBRC =/root/.config/matplotlib/.matplotlibrc
10- Environment =JUPYTER_CONFIG_PATH =/root/.jupyter
1110ExecStart =/usr/local/bin/jupyter server --IdentityProvider.token =""
1211ExecStartPost =-/usr/bin/systemctl reset-failed code-interpreter
1312Restart =on-failure
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments