fastai / fastdoc

Create publication-quality books from Jupyter notebooks
https://fastai.github.io/fastdoc/
Apache License 2.0
232 stars 30 forks source link

conda installation channel #4

Closed robintibor closed 3 years ago

robintibor commented 4 years ago

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

manifoldhiker commented 3 years ago

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.

AllenDowney commented 3 years ago

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.