Javascript to scroll an iPython Notebook cell to the top of the window

GaryBishop

I'm using iPython to present to my class. I know about converting to Reveal.js slideshows but I don't want to do that because I want to be able to edit the cells live in answer to questions.

It is working OK just moving from cell to cell but it would be so much smoother if I could hit a key to move to the next cell and scroll the window so the cell is at the top.

I'm sure this must be possible by adding a bit of javascript to custom.js but before I dive in, I thought I would ask if anyone had already done something similar.

Matt

have a look here slidemode extension in slidemode folder. If you saw some scipy talk, this is what Fernando Perez/ Paul Ivanov and some other people use.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Simple way to measure cell execution time in ipython notebook

From Java

resize ipython notebook output window

From Java

IPython Notebook cell multiple outputs

From Java

Display multiple images in one IPython Notebook cell?

From Dev

How to reference a IPython notebook cell in markdown?

From Dev

How to access "current cell output area" with JavaScript in IPython Web notebook?

From Dev

ipython notebook nbconvert - how to remove red 'out[N]' text in top left hand corner of cell output?

From Dev

ipython notebook in a new broswer window (and not a new tab in an existing window)

From Dev

ipython notebook align table to the left of cell

From Dev

Jump to next code cell (IPython notebook)

From Dev

Scroll window to top of div on click

From Dev

IPython Notebook - early exit from cell

From Dev

ipython notebook clear cell output in code

From Dev

IPython Notebook previous cell content

From Dev

ipython notebook R cell magic as a python function

From Dev

Programmatically get current Ipython notebook cell output?

From Dev

ipython notebook background colour of a cell

From Dev

How to allow c printf to print in ipython notebook in cython cell?

From Dev

iOS collectionView: how to scroll a cell to the top of the screen

From Dev

Read cell content in an ipython notebook

From Dev

Export individual cell in IPython/Jupyter notebook

From Dev

Open URL in new tab from IPython Notebook/Jupyter cell

From Dev

ipython notebook read multiple images and display in CELL

From Dev

Execute IPython notebook cell from python script

From Dev

ipython notebook shortcut for close help window

From Dev

Javascript scroll and window resize

From Dev

Scroll to top on click of onclick cell

From Dev

ipython notebook read multiple images and display in CELL

From Dev

Javascript scroll to the top and scroll to the bottom

Related Related

  1. 1

    Simple way to measure cell execution time in ipython notebook

  2. 2

    resize ipython notebook output window

  3. 3

    IPython Notebook cell multiple outputs

  4. 4

    Display multiple images in one IPython Notebook cell?

  5. 5

    How to reference a IPython notebook cell in markdown?

  6. 6

    How to access "current cell output area" with JavaScript in IPython Web notebook?

  7. 7

    ipython notebook nbconvert - how to remove red 'out[N]' text in top left hand corner of cell output?

  8. 8

    ipython notebook in a new broswer window (and not a new tab in an existing window)

  9. 9

    ipython notebook align table to the left of cell

  10. 10

    Jump to next code cell (IPython notebook)

  11. 11

    Scroll window to top of div on click

  12. 12

    IPython Notebook - early exit from cell

  13. 13

    ipython notebook clear cell output in code

  14. 14

    IPython Notebook previous cell content

  15. 15

    ipython notebook R cell magic as a python function

  16. 16

    Programmatically get current Ipython notebook cell output?

  17. 17

    ipython notebook background colour of a cell

  18. 18

    How to allow c printf to print in ipython notebook in cython cell?

  19. 19

    iOS collectionView: how to scroll a cell to the top of the screen

  20. 20

    Read cell content in an ipython notebook

  21. 21

    Export individual cell in IPython/Jupyter notebook

  22. 22

    Open URL in new tab from IPython Notebook/Jupyter cell

  23. 23

    ipython notebook read multiple images and display in CELL

  24. 24

    Execute IPython notebook cell from python script

  25. 25

    ipython notebook shortcut for close help window

  26. 26

    Javascript scroll and window resize

  27. 27

    Scroll to top on click of onclick cell

  28. 28

    ipython notebook read multiple images and display in CELL

  29. 29

    Javascript scroll to the top and scroll to the bottom

HotTag

Archive