Description
Good morning, I noticed that the Jedi autocomplete works great on the IPython Console if I press tab. However, is there a way to enable this feature
on the Editor itself. I can't call pandas data columns in the editor where I do most of my work.
- I dont have my VPN on
- I have rope already installed
I also have a recommendation for a smarter code completion if its repurposed from Jupyter Notebook to Spyder. I'm not sure how to do it but Hinterland has a really nice autocompletion tool that's automatic. It's even better than VS Code's Pylance in automatically calling pandas data columns.
https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/hinterland/README.html
this is really good but its only on Jupyter sadly.
https://www.youtube.com/watch?v=N_l7rZeAxKs
This was the video I used to install and enable Hinterland.
Sincerely,
Rud854