sys.path contains:
import sys
sys.path
['',
'$HOME/anaconda3/lib/python35.zip',
'$HOME/anaconda3/lib/python3.5',
'$HOME/anaconda3/lib/python3.5/plat-linux',
'$HOME/anaconda3/lib/python3.5/lib-dynload',
'$HOME/anaconda3/lib/python3.5/site-packages/Sphinx-1.3.5-py3.5.egg',
'$HOME/anaconda3/lib/python3.5/site-packages/setuptools-20.3-py3.5.egg',
'$HOME/anaconda3/lib/python3.5/site-packages',
'$HOME/anaconda3/lib/python3.5/site-packages/IPython/extensions',
'$HOME/.ipython']
So, if you put the python module to import above, you can import it. The easiest and most suitable is
.ipython
So copy it there.
Recommended Posts