Home Install and configure themes for Jupyter Notebook
Post
Cancel

Install and configure themes for Jupyter Notebook

Jupyter Notebook is a web-based, interactive python developing environment which has been integrated into Anaconda 3. However, it is sometimes annoying especially for long-time users that it has no dark mode. Although it is possible by setting up the forced dark mode in chrome, the cursor is kept black, making it difficult to be found.

Jupyter Themes is a GitHub project to develop and set themes for Jupyter Notebook. Tested on Mar. 30-2022.

Install

To install Jupyter Themes, activate the corresponding environment, and use the command:

1
$ pip install jupyterthemes

Note: conda install command does not work.

Usage

For detailed usage, please refer to the Readme page of Jupyter Themes project. Here is listed my settings for future reference:

1
$ !jt -t monokai -f dejavu -fs 11 -nfs 10 -T -N -kl -lineh 120

Use Jupyter Notebook to run setups, then relaunch it to see changes.

This post is licensed under CC BY 4.0 by the author.