I'm trying to add some custom Javascript to a Jupyter notebook by using the custom.js they provide. On their webpage, they say you can find the custom.js folder at ~/.jupyter/custom/custom.js.
However, when I look for the file there, I can't see it. I don't even have a custom directory. Instead, I see a file called migrated.
Weirdly, if I run Jupyter and go http://localhost:8888/custom/custom.js I can see the file, but it's not present in the folder.
What's happening here? Should I just create my own custom folder?
