Hacker News new | ask | show | jobs
by julianz 2199 days ago
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)
1 comments

No good reason, it's a bug, thanks for reporting.

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.