[IPython-dev] notebook hangs with latest master

Zoltán Vörös zvoros at gmail.com
Tue Nov 4 09:00:09 EST 2014


Hi Matthias,

Thanks for the help! Here is the pull request:

https://github.com/ipython/ipython/pull/6851

Cheers,
Zoltán

On 11/04/2014 02:45 PM, Matthias Bussonnier wrote:
>
> Le 4 nov. 2014 à 14:35, Zoltán Vörös <zvoros at gmail.com 
> <mailto:zvoros at gmail.com>> a écrit :
>
>> Actually, this is the part of the code that checks for the notebook 
>> version
>>
>> if (orig_nbformat !== undefined && nbmodel.nbformat !== orig_nbformat) {
>>            var src;
>>            if (nb.nbformat > nb.orig_nbformat) {
>>                src = " an older notebook format ";
>>            } else {
>>                src = " a newer notebook format ";
>>            }
>
> Ok, so it shouldn't be nb. but nbmodel. I guess.
>
> Would you like to fix it and submit a PR ?
>
> You can add "use strict"; at the top of the main function to be sure 
> it does not reproduce anymore.
>
> -- 
> M
>
>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev




More information about the IPython-dev mailing list