nok
(nok)
May 10, 2019, 3:28am
33
AutoScroll and go to current cell function are now included in the extension. The extension is in master branch but a new pip version is not released yet.
For now, you can install through
pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
The PR for go to current cell
You can customize the shortkey yourself if needed.
ipython-contrib:master
← noklam:go-to-current-running-cell
opened 02:46PM - 30 Dec 18 UTC
This extension add better navigation functionality, user can jump to the running… cell directly with button/shortkey. It also come with the ability to focus on completed cell so user can watch the progress of notebook without scrolling too much.
#1383
Functions:
* [x] Jump to the first executing cell
* [x] Auto focus on completed cell
* [x] Buttons for jumping to executing cell
Config:
* [x] Add options to change shortcut with shortcut editor
* [x] Add options to set follow executing cell as default with the checkbox
* [x] User can define the icon for the button if they want with input
Fix:
* [x] Confirm shortcut editor works well. (User input text as a fix)
# Demo
![jump_to_cell](https://user-images.githubusercontent.com/18221871/50548254-6f0f4980-0c84-11e9-95c3-bf99a28471b5.gif)
![auto_focus](https://user-images.githubusercontent.com/18221871/50548255-720a3a00-0c84-11e9-8a63-78e34392a77a.gif)
Help/advice is much appreciated, I have not much Javascript experience and this is the first time I make any PR to this project. I need a little bit of help for the command message, I can't find where can I edit the command message, currently, it shows `autogenerated function`
![image](https://user-images.githubusercontent.com/18221871/50548262-8e0ddb80-0c84-11e9-9dae-6bd4c172e934.png)
Interesting, I do experience some lag of * sometimes but have not observe it would stuck forever, will check out your notebook later.
I didn’t say forever, I said for the duration of the notebook run - i.e. as long as there is at least one cell running, those earlier cells report being busy. And since you’re going after the active cell, it will be the wrong cell - it’ll be the first stuck cell.
Do let me know if you can reproduce it on your side - thank you!
The only culprit with this appro…
1 Like