I have input code cell in the notebook that contains a lot of lines of code. I can't split it into different cells so its a long line of code block. I would like to make it scrollable so that its easier to navigate within the notebook. Is it possible to do in jupyter?
Again, I need the vertical scrolling for code block (INPUT cell) not output.