Uwe Brauer <o...@mat.ucm.es> writes: > >>> | ob-ipython--dump-error("Traceback (most recent call last):\n File >>> \"/Users/...") > > > >> This line seems to be the critical one in the error output. If you can >> expand out the full error message, it may elucidate what the problem is. > > This message drives my crazy since the most important information is > just not shown. >
IIUC, clicking on the three dots should expand the message to its full glory. You'll probably need to cut-n-past it to another buffer and replace "\n" with "real" newlines to make it readable. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler