Commit
•
af546d0
1
Parent(s):
4e0c04a
Updating dark theme
Browse files- jupyterlab/on_startup.sh +1 -1
jupyterlab/on_startup.sh
CHANGED
@@ -19,6 +19,6 @@ rm -rf /tmp/tgi-benchmark-notebooks
|
|
19 |
|
20 |
# Add dark theme
|
21 |
mkdir -p ~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/ && \
|
22 |
-
echo '{ "theme":"JupyterLab Dark" }' >
|
23 |
|
24 |
echo "All right on the HF site"
|
|
|
19 |
|
20 |
# Add dark theme
|
21 |
mkdir -p ~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/ && \
|
22 |
+
echo '{ "theme":"JupyterLab Dark" }' > ~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings
|
23 |
|
24 |
echo "All right on the HF site"
|