Anyone know if and how this is possible within the Jupyter that comes with Anaconda? (i.e. Customizing the Jupyter theme via CSS in Anacconda).
http://sherifsoliman.com/2016/01/11/theming-ipython-jupyter-notebook/
I tried putting a css file here: Anaconda3\Lib\site-packages\jupyter_core\tests\dotipython\custom\custom.css
But can't see any changes and not sure if this is even the right place for it.
custom.cssfile in~/.jupyter/custom/and it works well. By the way, I'm using a Mac and I installed python3 with Homebrew, and other packages with pip3.~/.jupyter/custom/on macOS or Linux. Maybe I was wrong.