-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
If I have
data = ['Number of users', 123_456]
then, I want to
dat[0].TAB
show functions for string.
This work on my ipython terminal(version 6.1), but not on jupyter notebook.
When I do TAB, it only show some file start with "."
on the ipython website(http://ipython.readthedocs.io/en/stable/whatsnew/version6.html) it says
"Extra patches and updates will be needed to the ipykernel
package for this feature to be available to other clients like Jupyter Notebook, Lab, Nteract, Hydrogen..."
I don't know what this means.
my jupyter notebook version is 5.1
python version
Python 3.6.1 |Anaconda custom (x86_64)| (default, May 11 2017, 13:04:09)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]
kernel version
Python 3.6.1 |Anaconda custom (x86_64)| (default, May 11 2017, 13:04:09)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.