Sitemap
TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

personalize and customize jupyter notebook using CSS
Image by Author

Member-only story

CUSTOMIZING JUPYTER

11 Practical Tips You Need to Know to Personalize Jupyter Notebook

How to create outstanding Jupyter Notebook User Interface using CSS

9 min readNov 8, 2020

--

Are you a python programmer who is using Jupyter Notebook as your compiler? If you want to try a new taste in running your python code in Jupyter Notebook (hereafter; Jupyter), you can change and personalize it by your favorite color, font family. You can apply 11 practical tips I recommend to build your Jupyter user interface.

The default Jupyter you might see when you open it is shown in Figure 1.

personalize and customize jupyter notebook themes
Figure 1. Default home page (left) and python page (right) in Jupyter (Image by Author / Rizky MN).

At the end of this story, I will personalize my Jupyter into my themes, as shown in Figure 2.

personalize and customize jupyter notebook themes
Figure 2. The personalized home page (left) and python page (right) in Jupyter (Image by Author / Rizky MN).

This story is the follow-up story for applying the landing page into Jupyter. I reuse some codes in that story and give some additional CSS customization from

’s story. He builds unique Jupyter themes using CSS. I try to explain the meaning of each CSS…

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Rizky Maulana Nurhidayat
Rizky Maulana Nurhidayat

Written by Rizky Maulana Nurhidayat

Python Programmer | Prompt Engineer | Data Scientist | Astrophysicist | 401K+ views

Responses (1)