How to apply theme to jupyter lab

后端 未结 2 747
春和景丽
春和景丽 2020-12-14 15:11

I tried to apply dark theme by putting a *.css file in the ~/.jupyter/custom/ directory (like here). This changes a theme for a normal jupyter notebook. But no affect on the

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 15:47

    UPDATE 02/03/2018 Now this option is already built in in the settings menu!

    Recently this issue was closed on the GitHub, and finally it is possible to edit settings of the jupyter lab. Hurray!

    The procedure is described in this pull request.

    Just update your jupyter-lab (now it is version 0.27.0) and go to File - Settings, then select Theme tab. And type your theme name in the User Overrides and press the check-mark at the right of the string. I tried several, but only "theme": "JupyterLab Dark" seems to work. Enough for me.

    I really appreciate the work the jupyter team is doing. Thank you all!

提交回复
热议问题