Alexander Heger

Results 33 comments of Alexander Heger

apparently I can comment out the line ``` auto_suggest=AutoSuggestFromHistory(), ``` in `interactiveshell.py` but is there a parameter for it?

There is the code from @asteppke which you could be put in startup file (I have not tested myself).

I install current IPython 8.1 development from git ```shell pip3 install -U git+https://github.com/ipython/ipython.git ``` and in my IPython config file I set ```python c = get_config() c.TerminalInteractiveShell.autosuggestions_provider = None ```

`IPython 8.1.1` - the latest I can get on pip.

The previous 8-series versions had the same issue.

Unfortunately all I can show is the tracebacks. I seems to be related to autoreload that involves data current objects. Usually of rather complex data objects,

another example: ``` Error in sys.excepthook: Traceback (most recent call last): File "/home/alex/Python/lib/python3.10/site-packages/IPython/core/interactiveshell.py", line 1979, in showtraceback stb = value._render_traceback_() AttributeError: 'NotOneValueFound' object has no attribute '_render_traceback_' During handling of...

It seems to be related to `render_traceback`. I wonder whether the new new util the Ipython 8.x uses to render output should be rolled back to the previous - working...

I use the current versions from pip - executing 0.8.3 - stack-data 0.2.0

the last error always seems to come from `executing` - maybe this needs to be replaced by a properly debugged package? ``` File "/home/alex/Python/lib/python3.10/site-packages/executing/executing.py", line 164, in only raise NotOneValueFound('Expected...