On 2 March 2017 at 21:50, DG <[email protected]> wrote: > Call it custom.js, and put into ~/.jupyter/custom > I did this, and it does not seem to work. Note: I am on macOS and using > Anaconda. >
You're doing the right thing, but I suspect you might be waiting for an event that has already been fired before your code is loaded, so you never see it. Scatter some console.log() calls around the javascript to see what bits are getting run (you can pull up the browser Javascript console to see messages from console.log()). > One thing that is strange: the ~/.jupyter folder is almost empty, it contain only a single file called migrated. That's OK - the migrated file is to mark that it's migrated any old config from IPython, though you seemingly didn't have any. Thomas -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qhC_Ldrm8g_uAsJ9pMO5ShHmOxGSQrXCz1tYgE0JKhVTw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
