You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when attempting to scroll up and down the jupyter notebook page on chrome, at a certain point it flickers, and it wont go up and down, there is no control of the flickering, until it stops by itself
Description
when attempting to scroll up and down the jupyter notebook page on chrome, at a certain point it flickers, and it wont go up and down, there is no control of the flickering, until it stops by itself
video link: https://github.com/user-attachments/assets/1add96e4-5780-4a53-bce8-f1cc9c78dc68
To reproduce
Trouble shooting steps
Edited ~/.jupyter/custom/custom.css:
body { overflow: auto !important; }
Reset Jupyter UI by Clearing LocalStorage
Generated a New Jupyter Configuration File (jupyter notebook --generate-config)
Deleted the Existing Jupyter Config File
Tried Running Jupyter in Safe Mode (jupyter notebook --NotebookApp.disable_check_xsrf=True)
Tried a Different Terminal (Command Prompt, PowerShell) Instead of Anaconda Navigator
Disabled Jupyter Themes (pip uninstall jupyterthemes -y)
Jupyter Updates & Reinstallation
Updated Jupyter Notebook (conda update jupyter notebook)
Tried an Older Jupyter Version (pip install notebook==6.5.4)
Uninstalled and Reinstalled Jupyter (pip uninstall jupyter notebook -y && pip install jupyter notebook)
Fully Removed and Reinstalled Anaconda
Launched Jupyter in a Fresh Python Virtual Environment (conda create -n test_env python=3.9)
System-Level Fixes
Checked for External Mouse/Keyboard Issues (Tested with Trackpad)
Tested Jupyter Notebook on a Different User Account
Checked If Other Jupyter Interfaces Work (jupyter lab)
Tried Running Jupyter with No Browser (jupyter notebook --no-browser)
Ran Jupyter Inside Windows Subsystem for Linux (WSL) (Official Build) (64-bit)
windows 11 home OS. 26100.3037
google chrome Version 132.0.6834.160 (Official Build) (64-bit)
Jupyter Notebook version: Version: 7.3.2
The text was updated successfully, but these errors were encountered: