derek-thomas HF staff commited on
Commit
5ca05cc
1 Parent(s): 73f0e10

Starting in darkmode :D

Browse files
Files changed (1) hide show
  1. jupyterlab/on_startup.sh +4 -0
jupyterlab/on_startup.sh CHANGED
@@ -17,4 +17,8 @@ mv /tmp/tgi-benchmark-notebooks/* $HOME/app/notebooks
17
  # Remove the temporary clone directory
18
  rm -rf /tmp/tgi-benchmark-notebooks
19
 
 
 
 
 
20
  echo "All right on the HF site"
 
17
  # Remove the temporary clone directory
18
  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" }' > themes.jupyterlab-settings
23
+
24
  echo "All right on the HF site"