How to install Jupyter Notebook autocomplete?

Asked

Viewed 455 times

2

How do I install the extension that suggests the following code for Jupyter Notebook? For VS Code there is this Code Runner that is very good, but my work is done in Jupyter. Does anyone know?

inserir a descrição da imagem aqui

1 answer

3

%config IPCompleter.greedy=True

inserir a descrição da imagem aqui

Just press the button TAB to complete

  • Where can I do this? in the configuration file or in the proper . ipynb?

  • 1

    @Bernardolopes edited the answer

  • It worked. But it’s not as good as the COLAB. Can you tell if you can do it the same?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.