Tutorial says there is no conda package for nbdev
The tutorial reads:
There is not a conda package for nbdev, so you’ll need to use pip to install it.
On the installation page, however, it says:
nbdev is on PyPI and conda so you can just run
pip install nbdev
orconda install -c fastai nbdev
.
I’m pretty new to this conda/python/nbdev world or at least haven’t used it for a while, but do I understand correctly that this is a mistake in the tutorial?
I’m very happy to (try to) fix it, just wanted to double-check I didn’t misunderstand it.
Read more here: Source link