Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've installed ipython 0.12 on a freshly installed machine with ubuntu 12.04 (precise), mainly because I wanted to use the notebook interface. Now it turns out that all the links in the python dashboard are broken. If I click on them, I get a url that looks like:

localhost:8089/Undefined<some code, e.g. 3435glk4w5lk4m5>.

If I remove the word "undefined" from the URL, I can open the files and edit them, but how do I fix this issue?

regards,

Dirk

share|improve this question

1 Answer

up vote 2 down vote accepted

Hopefully the fix will be in a 0.12.1 update before long. In the meantime, this is the change you need to make to get it to work:

https://github.com/ipython/ipython/commit/cb7ff561f33acff72035da212c70def49fd65437

share|improve this answer
Thanks! That worked! – Dirk B. Apr 15 '12 at 9:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.