ipython / ipynb

Package / Module importer for importing code from Jupyter Notebook files (.ipynb)
https://ipynb.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
245 stars 70 forks source link

can not import functions that have doc string in them #30

Open AEDWIP opened 7 years ago

AEDWIP commented 7 years ago

1) You can not import functions that have doc strings in them.

Here is the error msg

File "", line 13 """uses Gauss's method for summing integers http://wmueller.com/precalculus/advanced/hint4_3_6.html""" ^ IndentationError: unexpected indent