How to Change CSS in Jupyter Notebook

Nick Updated by Nick

How to Change CSS in Jupyter Notebook

  1. In the Codio terminal, navigate to the following directory: /home/codio/.jupyter
  2. If the custom folder does not exist, create it with sudo mkdir custom
  3. Navigate into the custom folder. Make the custom.css file by typing sudo vim custom.css (if the file already exists, this command will also open it)
  4. Create the CSS in this file. When completed, hit the esc key and then type the following: :wq (for write and quit)
  5. Restart the box by going to Project > Restart Box... to see the changes
  6. Finally, create a new stack for the changes to propagate to the rest of the units using this stack

How did we do?

Change Jupyter Notebook Auto Save Interval

Contact