Nice. Is there a reason that the up-down arrows don't work to scroll the page on Deepnote? PgUp/PgDown work but the arrow keys are blocked for some reason (Chrome, Windows 10)
Deepnote is a data science notebook and we are capturing the up/down key events in the main app so that you can move inside the cells and also between the cells. This article is using the same codebase but in read-only mode. I forgot to disable it in this mode.
Deepnote is a data science notebook and we are capturing the up/down key events in the main app so that you can move inside the cells and also between the cells. This article is using the same codebase but in read-only mode. I forgot to disable it in this mode.