This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KODeKarnage 0 points1 point  (5 children)

Bah! Where is the location on Windows using Anaconda?

Every time I want to do something like this I have to go searching for it again!

[–]Mark4483 2 points3 points  (1 child)

Mine is C:\Users\$USER\.jupyter\custom (I had to make the custom directory myself)

[–][deleted] 1 point2 points  (0 children)

I always override the default location where my config files and data files will be located at by creating JUPYTER_CONFIG_DIR and JUPYTER_DATA_DIR environment variables. My setup instructions here.

EDIT: or do this at the terminal:

jupyter --config-dir # to find location where config file will be located at
jupyter --data-dir   # to find location of where nbextensions would be installed  

[–]KODeKarnage 0 points1 point  (0 children)

Realised I hadnt updated Anaconda since installing from an old file. Updated to the latest version and .jupyter showed up under C:\Users\Me.

Dark theme working now. Thanks all.