fastbook icon indicating copy to clipboard operation
fastbook copied to clipboard

The fastai book, published as Jupyter Notebooks

Results 180 fastbook issues
Sort by recently updated
recently updated
newest added

This is shown in two places in 02_production.ipynb: ``` !jupyter serverextension enable --sys-prefix voila ``` That gives an error. Replace with: ``` !jupyter server extension enable --sys-prefix voila ```

The paragraph had two incorrect statements, fixed it and made it concise Fixed #655

This issue is related to the `fastbook` package, not to this repository. But I don't know where else to raise the issue. Using Jupyter Labs v4.3.4 I am having issues...

Previous chapters have sections named `jargon` that summarize the key terms that are introduced in the chapter. Currently, Chapter 13 [Convolutional Neural Networks](https://github.com/fastai/fastbook/blob/master/13_convolutions.ipynb) does not have a section that summarizes...

Attempting to do the following: ``` #hide_output uploader = widgets.FileUpload() uploader ``` Doesn't actually upload anything when running locally. Can the proper steps be shared?

Is there a trick to making the `asciidoc` regions rendered properly? I have tried to search the internet on this, but no luck. Mine looks very weird:

seems like a typo from the context to use "fit" rather than "fine_tune"

I found several typos while reading through the book. All changes are minor corrections to improve readability and do not alter the content or meaning of the text. Changes made:...

It was all fine untill I reached clearner = ImageClassifierCleaner(learn). When I run the code it displayed images but doesn't show predicted labels,confidence level and filter Option can anyone help...