rougier/numpy-100

about question 5

toro1818 opened this issue · 3 comments

I run the code as the answer shows.But get
'''
Exception: File 'python.py'` not found.
'''

Are you typing the command from the shell or from a Jupyter notebook? And what is the exact command you typed?

%run python -c "import numpy; numpy.info(numpy.add)"

(In jupyter notebook)

Sry, I misunderstood the question 5. I interpreted it as
''How to get the documentation of the numpy add function using the cmd way in jupyter?''