Hi all,
I have an issue when I try to run python code in sublime. The autocomplete is not working in sublime but is working well in the terminal.
I checked several things between sublime and terminal.
Python version were the same as anaconda 3.7.3
>>> import sys
>>> sys.version
‘3.7.3 (default, Mar 27 2019, 16:54:48) \n[Clang 4.0.1 (tags/RELEASE_401/final)]’
In the Anaconda.sunlime-settings:
“python_interpreter”: “/Users/J/anaconda3/bin/python”,
“disable_anaconda_completion”: false,
When I tried to coding in sublime there is nothing shows there.
When I tried it in terminal it worked well.
>>> import pandas as pd
>>> pd.a
pd.api pd.array( pd.arrays
Can someone help me solve this problem?
Thank you so much!