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
open a notebook and run a cell that produces an output long enough to scroll, e.g
import pandas as pd
data = {'A': [1, 2], 'B': [3, 4]}
df = pd.DataFrame(data)
# This line will generate a KeyError because column 'C' does not exist in the DataFrame
print(df['C'])
click within the output element
🐛 the output element scrolls to the top to select the first link
The text was updated successfully, but these errors were encountered:
🐛 the output element scrolls to the top to select the first link
The text was updated successfully, but these errors were encountered: