In IPython, if I run a cell, the browser scrolls to put the cell near the bottom of the page. If this happens when I plot a chart, then I can't see the chart and have to scroll down manually. How can I stop this happening?
There is a Jupyter extension named scroll_down that can be used to automatically scroll down through the output.
To show the full data without any hiding, you can use pd. set_option('display. max_rows', 500) and pd.
in notebook you see "scroll output" . On clicking anywhere in that area you get your output scrollable both horizontally and vertically.
After installing, open Jupyter Notebook. You will see a new tab, “Nbextensions” will appear in the menu (as shown in the image). When you click it, you will see a list of available extensions that you can use to increase your productivity of Jupyter Notebook.
I feel your frustration!
This will probably depend on where you plotter functionality is within your ipython notebook, but one solution (especially if it is in the last cell) is to create many blank cells below your plotter cell (say 10 to 20) then use Ctrl + Enter to run the plotter cell. This may need some playing around with but I have gotten this to work for me!
(I think the idea of Ctrl + Enter is to keep the cell where it is)
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