7.4k views
3 votes
How to make jupyter notebook dark mode

User XRay
by
7.7k points

1 Answer

2 votes

Final answer:

To make Jupyter Notebook dark mode, you can use a Jupyter Notebook extension called 'Jupyter Themes.' Here are the steps to install and enable this extension.

Step-by-step explanation:

To make Jupyter Notebook dark mode, you can use a Jupyter Notebook extension called 'Jupyter Themes.' Here are the steps to install and enable this extension:

  1. Open your Jupyter Notebook and go to the command prompt or terminal.
  2. Install the 'Jupyter Themes' extension by running the following command: !pip install Jupiter themes.
  3. After the installation is complete, enable the 'Jupyter Themes extension by running the following command: !jt -t monokai.

By following these steps, your Jupyter Notebook will have a dark mode theme applied. You can also explore other themes provided by Jupyter Themes and customize the appearance of your Jupyter Notebook further.

User Neo Vijay
by
7.3k points