[IPython-dev] bug in html notebook in latest version?

Zoltán Vörös zvoros at gmail.com
Mon Oct 22 10:18:19 EDT 2012


On 10/22/2012 04:09 PM, Matthias BUSSONNIER wrote:
> Le 22 oct. 2012 à 16:01, Zoltán Vörös a écrit :
>
>> Hi All,
>>
>> I have just refreshed ipython from github, and it seems that there is a glitch somewhere. When I launch the browser, I see the list of notebooks on the dashboard, but when I try to open them, I get something like the image below. First, the notebook is supposed to contain much more than just setting pylab inline, and second, the title of the notebook is note shown anymore. Also curious is the fact that the last line is always "Type Markdown...", and by opening various notebooks, I noticed that the line that breaks the read-in is "pylab inline".
>>
>> I have checked the notebooks on the disc, and they are as they were two days ago, so nothing appears to have been deleted or modified by the kernel, but I suspect that the notebook is not supposed to work in this way.
>>
>> I am running linux mint 12, 64-bit, and as you can see, the browser is chromium.
>>
>> I would like to ask, if this is a known issue, or, if this is an issue at all, or it is a glitch on my computer. Also, is there something that I should/could do to help fixing the problem (if there is any, that is).
>>
>> Cheers,
>> Zoltán
> Do you have locally installed matjax ?
Yes, I have always had.
> What does the JS console Says ?
This


> If it's mathjax complaining, could you try upgrading to 2.0 ?
Based on the error message above, this might be a mathjax issue. 
However, doing
sudo python

>>> from  IPython.external.mathjax  import  install_mathjax
>>> install_mathjax()
  offline MathJax apparently already installed

didn't solve the problem. Nor did cntr-F5. I will try to figure out which version I have.

Cheers,
Zoltán


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20121022/9e53d5d6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eahibgbh.png
Type: image/png
Size: 68503 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20121022/9e53d5d6/attachment.png>


More information about the IPython-dev mailing list