-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor and IPython different code completion tool working #2781
Comments
|
Thank you, I am looking forward to this future option.
Of course I tried it in IPython console, thus I will update and retry. |
@ccordoba12
|
I'll check out. A couple of questions:
|
@ccordoba12
|
@ccordoba12 |
Super! |
Editor window: if I write the a dot after any of pandas's object or after the pandas itself the editor drops up the object's methods as it usual, but sometimes writes no more information in the object inspector window.
Ipython windows: no methods after the dot, but shows all parameters/properties after I wrote manually the method's name.
Other: In preferences I set IPython to automatic import numpy/matplotlib, but always get error message:
'''Traceback (most recent call last):
File "", line 1, in
numpy.mean([1,2])
NameError: name 'numpy' is not defined
'''
The text was updated successfully, but these errors were encountered: