Create_config when !pip install -Uqq fastbook

great, thanks!

I used this and it worked:

!pip install -Uqq fastbook
!pip install git+https://github.com/pete88b/nbdev.git@nbdev-import-no-config
import fastbook
fastbook.setup_book()

1 Like