In Jupyter Notebook if you type in [ it automatically completes it to [].
Same for the ( --> () and { --> {}
How can one make Ipython do this? I have anaconda installation of python that also includes Ipython
In Jupyter Notebook if you type in [ it automatically completes it to [].
Same for the ( --> () and { --> {}
How can one make Ipython do this? I have anaconda installation of python that also includes Ipython
You think that is notebook or ipython's feature. But actually it isn't.
It's codemirror which is the front js lib of jupyter notebook.
There are some options: