fastai/fastdoc

conda installation channel

robintibor opened this issue · 2 comments

Was wondering if it should really be
conda install fastdoc
or if it should be
conda install -c fastai fastdoc
as also here: https://anaconda.org/fastai/fastdoc

The first option didn't work for me:

PackagesNotFoundError: The following packages are not available from current channels:                                                                                                                                                            - fastdoc       

So I installed using pip. Maybe, it is better to have conda install -c fastai fastdoc in readme.

When I installed using conda, I did not get jupyter_contrib_nbextensions
I ran

conda install -c conda-forge jupyter_contrib_nbextensions

which solved the problem.