diff --git a/IPython/html/static/notebook/js/tooltip.js b/IPython/html/static/notebook/js/tooltip.js index 659dcf5..d0e0809 100644 --- a/IPython/html/static/notebook/js/tooltip.js +++ b/IPython/html/static/notebook/js/tooltip.js @@ -303,6 +303,10 @@ var IPython = (function (IPython) { // move the bubble if it is not hidden // otherwise fade it var content = reply.content; + if (!content.found) { + // object not found, nothing to show + return; + } this.name = content.name; // do some math to have the tooltip arrow on more or less on left or right