-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v7 horizontal scroll bar absent in Firefox #6960
Comments
Thanks for opening this issue @liquidcarbon! This has been noted in jupyterlab/jupyterlab#14625 and will likely be resolved in Notebook 7 once Jupyterlab is updated. |
As mentioned in ticket #14625 of jupyterlab for googlers arriving here: Workaround to show the scrollbars from within a Notebook cell: from IPython.display import display, HTML
display(HTML("<style>.jp-OutputArea-output {display:flex}</style>")) |
I can confirm @liquidcarbon 's observations:
|
When you see this issue with Notebook v7.0.5+: |
Can you add a screenshot showing Help → About window in the faulty environment? My suspicion would be two different versions of notebook installed (one via conda, one via pip) or in a very unlikely event a problem with conda-forge assets. |
It gets weirder. Everything worked fine with the new kernel (v7bar). But... I figured out now how to reproduce it. I've no clue how, why or what, but I can reproduce it.
No clue... This is by most the weird behavior I've ever noticed 😁. And I'm already working for 20 years in software development 🤣. |
So basically, the environment is fine, and the notebook shows the scrollbar. Just as long as it's not the first kernel started... |
I now tried it another way: mamba create -n v7bar python=3.11
mamba activate v7bar
pip install jupyter notebook pandas Same behavior: 1st kernel I start has no scrollbars, 2nd kernel has. So I doubt it has something to do with conda vs pip assets.
When I CTRL-C the first kernel, and re-open the notebook in the 2nd one, the scrollbars stay there just fine. |
Small additional remark: Hmmm, changing the default port to 7777 via: c.NotebookApp.port = 7777 Makes the scroll bars appear in the first kernel. W..T..F.. (I think my current unbelief warrants this outburst 😁) port 8888 seems to be already in use on my system by another application - that's why my kernel never starts up under 8888, but always 8889 first. |
Could it be that there is an old server with old version of notebook running in the background and you need to restart you computer to get rid of it? |
That suggestion makes sense. So I just restarted my computer. As I have IntelliJ and WSL2 installed, where both could -independently- start up another version of the jupyter server. After the restart: (.venv) ~$ ps afx | grep notebo
441 pts/0 S+ 0:00 | \_ grep --color=auto notebo
(.venv) ~$ ps afx | grep jupyt
449 pts/0 S+ 0:00 | \_ grep --color=auto jupyt
> tasklist | grep -i jupyt
> tasklist | grep -i notebook
> net stop iphlpsvc Conclusion: nothing running, and Then:
So weird! |
What do you mean be starting another kernel? Can you provide a full screencast? Given the information about WSL, it could be that you have the old version installed elsewhere. |
Nuclear option... I'm going to delete my history, cache, cookies and everything. It works now... Something somewhere got stuck in FF's cache I guess that a "normal" erase didn't get to. For other people arriving at this ticket: Thanks a lot @krassowski for your assistance, I'm happy it's resolved now and that it hadn't to do anything with jupyter, but more with my own local setup. I'll bear the shame of that till the end of my days 😥. |
@svaningelgem just checking if you are still seeing this issue with the latest versions? Trying with the latest notebook-horizontal-scrollbar.webm |
Closing as fixed in 7.1. Please feel free to open a new issue if needed, thanks! |
Firefox - no way to scroll to the last columns
Edge
The text was updated successfully, but these errors were encountered: