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
also: the selected suggestion is not highlighted in any way so it is difficult to track which one will be selected after pressing down/up multiple times.
Yes, I can reproduce this, also in dark mode. It looks like some of the styling for code completions is not set, which should be straightforward to fix.
Problem descriptions
The code completions do not have any background and thus are often difficult to read:
What steps will reproduce the problem?
To reproduce the situation presented in the screenshot:
open a jupyter notebook
import numpy as np
create a cell and leave it blank, create and go to the third cell
generate some text, for example:
go back to the second cell, type
np.r
and press tabVersions and main components
jupyter:
Dependencies
The text was updated successfully, but these errors were encountered: