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?
1 answer
3
%config IPCompleter.greedy=True
Just press the button TAB to complete
Where can I do this? in the configuration file or in the proper . ipynb?
Where can I do this? in the configuration file or in the proper . ipynb?
– Bernardo Lopes
@Bernardolopes edited the answer
– nosklo
It worked. But it’s not as good as the COLAB. Can you tell if you can do it the same?
– Sladeng