3

When I type an variable (object) name then a dot and tab key, the list of available method properties for this object(api) is supposed to show up.

enter image description here

this feature works well before and is not working now.

I am sure the libraries have been imported. neither restarting system nor restarting jupyter fix this.

any ideas?

1 Answers1

0

Maybe you are calling autocomplete and import at the same cell. If yes, the libraries are not being imported yet. Try to import libraries before using the Tab option.

zegoat7
  • 457
  • 1
  • 6
  • 14