IvanLabrovic
Flight Engineer
Flight Engineer
  • 296 Views

Scrolling in ipynb notebook files in a workbench

Jump to solution

I'm learning to use Jupyter notebook
Scrolling an ipynb file, like projects-data-nm.ipynb from the example in AI262, is not friendly (my opinion)
I'd like to scroll more smoothly, instead of jumping x cells ahead (it seems it jumps to the first next cell that is outside the current visible area bu i'm not sure), is it possible to change scrolling settings in Jupyter notebook?
Using the scrollbar does go smoothly, but not when i use my mousewheel; that's when i want to scroll as well. hope there is an option..

 

1 Solution

Accepted Solutions
IvanLabrovic
Flight Engineer
Flight Engineer
  • 264 Views

Sorry, found it! Its actually a firefox browser configuration and nothing to do with Jupyter...
Open a new Firefox tab in the lab, and go to about:config
Search for mousewheel.default.delta_multiplier_x/y/z en change them from the default 100 to lower value. I tried 30.
Scrolling works much smoother for me. Hope this knowledge helps others as well.

View solution in original post

2 Replies
IvanLabrovic
Flight Engineer
Flight Engineer
  • 265 Views

Sorry, found it! Its actually a firefox browser configuration and nothing to do with Jupyter...
Open a new Firefox tab in the lab, and go to about:config
Search for mousewheel.default.delta_multiplier_x/y/z en change them from the default 100 to lower value. I tried 30.
Scrolling works much smoother for me. Hope this knowledge helps others as well.

Chetan_Tiwary_
Moderator
Moderator
  • 259 Views

np at all @IvanLabrovic , thanks for sharing!

0 Kudos
Join the discussion
You must log in to join this conversation.