To the possible assistance of complete Javascript noobs such as myself, who are also using Chrome:
I ran into the same issue as Tom, and after squinting a bit harder at my javascript console I noticed that there was a dropdown box near the top (next to "preserve log") which was set to *"chrome-extension://oi...ldignal"*. After changing it to *"top"*, the Jupyter object became accessible. It seems extensions in Chrome each run in their own sandboxed javascript session, and sometimes (or in my case, every time!) the console defaults to one of those sessions. On Tuesday, September 29, 2015 at 9:49:34 AM UTC-4, Tom Pace wrote: > > > > I have been attempting to do exactly this. I've entered the JavaScript as > shown here > <https://jupyter-notebook.readthedocs.org/en/latest/frontend_config.html>, > but I get "ReferenceError: Jupyter is not defined". I tried replacing > Jupyter with IPython just in case it was a version issue, but that did the > same thing. Is there some step I'm missing that defines this reference? > > Thanks, > Tom > -- 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/1aadd815-056e-4d53-89ff-eae1cd161720%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
