Reputation: 179
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!
Upvotes: 6
Views: 1281
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