Issue
I wanna know what theme google colab uses when we switch to the dark mode and how to install that for jupyter notebook.
Solution
First, you have to install Jupyter Themes:
pip install jupyterthemes
Then, i think Colab uses the theme "onedork", so just set it using:
jt -t onedork
For some more info about Jupyter Themes, you can check https://github.com/dunovank/jupyter-themes
Answered By - mao95
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.