Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 856
Chao Avatar asked Dec 28 '17 06:12

Chao


1 Answers

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 !

like image 92
Matt Avatar answered Nov 06 '22 05:11

Matt