Issue with Lesson 2 nbdev


Can anyone help me, I tried a lot but I don’t know how to solve this error

First you need to install the newest nbdev version by using:
pip install -U nbdev
or
conda install -c fastai nbdev
then use the following code to export your app:

import nbdev
nbdev.export.nb_export('app.ipynb', 'app')
1 Like

Thank , the code is now working :pray:

1 Like