Nbdev discussion

Hi guys, thanks for making this amazing tool.

I have installed it, but getting this error when running nbdev_build_docs:

converting: /home/marco/mlserver2/00_core.ipynb
An error occurred while executing the following cell:
------------------
#export
from nbdev.showdoc import show_doc
from mlserver2.core import *
------------------

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-9d176fd58c56> in <module>
      1 #export
----> 2 from nbdev.showdoc import show_doc
      3 from mlserver2.core import *

ModuleNotFoundError: No module named 'nbdev'
ModuleNotFoundError: No module named 'nbdev'

However, I can import nbdev, and nbdev_build_libs works correctly. I can import that code from a python CLI.

I cloned the fastai2 repo and get the same error trying to build the docs there

2 Likes