skip to Main Content

I know I can change the theme in Jupyter Lab to make it light or dark. And that I can change the background color of a single cell. But I want to make some further micro level changes to the overall theme, such as:

  • Change the default background color of a code cell
  • Remove the gray border around the cell
  • The blue line number should be gray
  • Finally change the blue bar on the left of the currently selected cell to something other than blue.

enter image description here

Most of the solutions I’ve seen pertain to Jupyter Notebook.

2

Answers


  1. you can use jupiterthemes

    if you are using Anaconda

    conda install -c conda-forge jupyterthemes
    

    or for pip you can try this

    pip install jupyterthemes
    

    check you required theme there if no then use customize setting to change yourself!

    if not let us know in little detail manner, instead of colors the theme name example: neaon and all

    Login or Signup to reply.
  2. this is for Jupiter Lab only, i am helping you to change further

    check here

    enter image description here

    check this file, edit your self, as i am ok with the old one, i am not customizing myself it is default file look.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search