transcranial / jupyter-themer

Apply custom CSS styling to your jupyter notebooks
MIT License
329 stars 53 forks source link

Theme doesn't make effect #24

Open david1309 opened 7 years ago

david1309 commented 7 years ago

Hello,

Thank you very much for the nice work.

I tried using the jupyter-themer to set a Theme in my Jupyter Notebook but it actually had no effect.

I tried doing this: " Old ipython configuration files, for example at the default~/.ipython, may need to be remove" but I actually do not know where to find this.

I also tried what is mentioned in #5 of replacing the custom.css by the theme I want. I did this but I do not know if I replaced it in the right place, I did it in the following directory: anaconda3/lib/python3.6/site-packages/notebook/static/custom

Could you please help me make this work ?

Thanks :)

membranepotential commented 7 years ago

What worked for me was deleting ~/.jupyter/custom/custom.css.

Cheers =)