I'm reading an interactive textbook "Kalman and Bayesian Filters in Python" and would like to mark where I left off when I go for a break. I have cloned the notebook and am running the notebook locally. My current method is to add a giant ####Bookmark
heading to my current .ipynb
file. Is there a better way?
Starting with Jupyter Notebook 5.0, you can customize the command mode shortcuts from within the Notebook Application itself. Head to the ``Help`` menu and select the ``Edit keyboard Shortcuts`` item. A dialog will guide you through the process of adding custom keyboard shortcuts.
Ctrl-B for inserting tab character). However, Tab key still do autocompletion when cursor is not in the head of line. Was I miss something in that issue? Thanks!
The “%timeit” is a line magic command in which the code consists of a single line or should be written in the same line for measuring the execution time. In the “%timeit” command, the particular code is specified after the “%timeit” is separated by a space.
Why not just use a pair of Markdown cells?
Somewhere near the top:
Go to <a href=#bookmark>my bookmark</a>
Then in a cell near where you left off:
Left off here <a name='bookmark' />
(Closing the <a>
tag with no content inside stops it looking like a hyperlink)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With