fastai / fastai2

Temporary home for fastai v2 while it's being developed
https://dev.fast.ai
Apache License 2.0
645 stars 235 forks source link

Hide nbdev import #530

Closed albertvillanova closed 4 years ago

albertvillanova commented 4 years ago

Hide the imports of nbdev.

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

jph00 commented 4 years ago

Thanks that's a good idea. Please remove the changes not related to hiding nbdev from this PR. We only want one issue handled per PR.

albertvillanova commented 4 years ago

There were cells where the import of nbdev was not alone. In those cases, I just moved the other imports to the precedent cell. These are the only additional changes.

jph00 commented 4 years ago

Have a look at the diff - there's quite a few changes to what's being exported. image

albertvillanova commented 4 years ago

I understand and I am going to fix them. Nevertheless, there is one case where I think the new export is necessary:

I am removing all changes other than hiding nbdev from this PR and I will eventually create another PR to fix the Unresolved reference errors.

jph00 commented 4 years ago

Many thanks!