Update yaml files for 5.x compatible nbextensions#1055
Update yaml files for 5.x compatible nbextensions#1055jcb91 merged 3 commits intoipython-contrib:masterfrom
Conversation
|
Thanks, good work @jfbercher. Skill syntax is pretty much just a codemirror mode, which means it relies little on notebook & should be fine on 5.x. I think we can update it & wait for bug reports 😉. What were your doubts about split cell & scrolldown? |
|
if I remember well, split cell was splitting horizontally the cell with code on the left and output on the right. This is no more the case: code + output are on the 50% left. You are the author @jcb91 ? |
No, I'm not the original author, and haven't used it, so I'm not sure, but from memory I think the idea is that a split cell should be 50% left, so that the next cell can be 50% right, and the two end up side by side. Maybe I've got that confused though... |
|
No, you are right. It is what it does. So it works. |
|
thanks for this @jfbercher |
I have gone though the nbextensions this evening and marked those which seems working for me. I haven't tested everything but at least the basic functionality is present in these extensions. Most of the nbextensions work.
I have a doubt concerning
split cells notebook,scrolldownand haven't testedskill syntax.