Chao
Chao

Reputation: 179

Jupyter notebook autocomplete shows too much

I tried to autocomplete the path in jupyter notebook. After I press 'tab', it shows much more than folder or file. I think those are build-in function of python. Is there any way to show only path and files while autocomplete the path? Thanks!

jupyter_sys_path_append

Upvotes: 6

Views: 1281

Answers (1)

Matt
Matt

Reputation: 27843

This is a known issue, not critical and developers have just so much time. It should not be too hard to fix, IPython is open source, you are welcome ton contribute !

Upvotes: 3

Related Questions