Daniel
Daniel
In the example site `config.toml` I tried changing ``` [params] mainSections = ["post"] ``` to ``` [params] mainSections = ["posts"] ``` but that does not seem to do anything
Strangely enough, `fastbook.__version__` returns `0.0.29` on colab, which is much greater than any version visible on this github (currently I see the latest is `0.0.19`, cut on Apr 15). Looking...
@simoninithomas This looks great, as I mentioned in the TRLX weekly I'd love to help out creating quick-start colab notebooks. Do you have any vision in mind, or should I...
@PhungVanDuy @Dahoas I'd love to help on the summarization task, what's the current status?
Hi @tralala87 can you share a link to your colab notebook perhaps, or share steps to reproduce this issue? I'd be happy to take a look.
@tralala87 Thanks! I was able to reproduce the issue. Commenting out the last line in the `Install requirements` cell fixed it for me, so: ```python #@title Install requirements (you may...