[IPython-dev] tabs for worksheets

Matthias BUSSONNIER bussonniermatthias at gmail.com
Mon Jul 16 08:31:48 EDT 2012


Hi, 

Le 16 juil. 2012 à 09:50, Dennis Sun a écrit :
> Hi all,
> 
> I've spent the past week implementing tabs for worksheets, and I managed to get it up and running, but the code broke as soon as I merged with master (the merge went through without any conflicts). Specifically, I can't type anything into the cells anymore; when I press any key, the cursor disappears. I'm thinking this has something to do with code mirror.

The only thing that have change in Javascript are a few url that where missing prefix when using password. 
```
git diff rel-0.13 -- IPython/frontend/html/notebook/static/js
```
> The version I was working from was effectively the 0.13 release; is anybody aware of any changes that have been made since that might cause this behavior? I've spent the night troubleshooting and can't seem to figure it out....

It would be a little easier if we had some link to your unmerged branch or a diffstat to know which files you changed.

You can also use git bisect to see at which point the merge became buggy. 

-- 
Matthias




More information about the IPython-dev mailing list