How do I enable vertical scrolling in a code block in a jupyter notebook?
I've done it accidentally before, but now I can't reproduce it. What I found was set autoscroll = true
in the file itself using a text editor...
However, I did that... and it already has a setting, "scrolled": true
. In the notebook, it has only horizontal scrolling, so I guess that is what the "scrolled" setting modified.