question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IW no longer snaps to bottom on running a cell

See original GitHub issue

Running this cell a few times shows that the IW needs manual scrolling to bottom to show latest output:

# %%
for i in range(100):
    print(i)

Temporary workaround is to set

// Automatically scroll the interactive window to show the output of the last statement executed.
// If false, the interactive window will only automatically scroll if the bottom of the prior cell is visible.
"jupyter.alwaysScrollOnNewCell": true,

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Vincent0706commented, Apr 6, 2022

this bug seem happened again in v2022.4.1000912146

0reactions
rchiodocommented, Mar 24, 2022

The output not scrolling is actually a separate issue: #8426

This fix was specifically about the cell never being scrolled to.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Keep overflow div scrolled to bottom unless user scrolls up
The trick is to use: display: flex; flex-direction: column-reverse; The browser treats the bottom like its the top. Assuming the browsers you' ...
Read more >
scroll-snap-align - CSS: Cascading Style Sheets | MDN
The scroll-snap-align property specifies the box's snap position as an alignment ... Tip: you can click/tap on a cell for more information.
Read more >
Manage your iCloud storage
iCloud Photos uses your iCloud storage to keep all of your photos and videos up to date across your devices. You can make...
Read more >
Working With Files and Directories – The Unix Shell
Create files in that hierarchy using an editor or by copying and renaming existing files. Delete, copy and move specified files and/or directories....
Read more >
Single Image or Video Specifications
Single Image or Video Specifications. Just like Snaps, Single Image or Video ads offer a variety of creative freedom to communicate your message....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found