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

## Changes Done Added the link to Arabic translation in README.md ## Before [English](./README.md) / [Spanish](./README_es.md) / [Korean](./README_ko.md) / [Chinese](./README_zh.md) / [Bengali](./README_bn.md) / [Indonesian](./README_id.md) / [Italian](./README_it.md) / [Portuguese](./README_pt.md) / [Vietnamese](./README_vn.md)...

## **An update to the README_ar.md** to fix the typos in the file and improve the syntax according to Arabic Grammer ## Some of the Changes Made **1. Spelling** |...

> adjust our parameters in the opposite direction of the slope. Because when a line has a positive slope it goes up left to right and vice versa pointing away...

> adjust our parameters in the _opposite_ direction of the slope . because when a line has a positive slope it goes up left to right and vice versa pointing...

In line # 7, of requirements.txt file, scikit-learn is misspelled, there is an "_" instead of "-" Solution : a dash instead of an underscore "scikit_learn" ==>> "scikit-learn"

When I try running inside a venv pip install fastbook it fails when it tries to compile the scentencepiece wheel. It seems they don't package a wheel for python 3.13...

When trying to work with the first notebook in the book in colab, [Introduction to Jupyter](https://colab.research.google.com/github/fastai/fastbook/blob/master/app_jupyter.ipynb), the first cell fails with error message: ``` ERROR: pip's dependency resolver does not...

original: df['ProductSize'].cat.set_categories(sizes, ordered=True, inplace=True) after: df['ProductSize'] = df['ProductSize'].cat.set_categories(sizes, ordered=True)

When attempting to create a bing search api resource in azure as a part of [lesson 2](https://github.com/fastai/fastbook/blob/master/02_production.ipynb), I get the following error: ``` { "code": "ApiSetDisabledForCreation", "message": "Deployment of new...

Install ipywidgets in order to import fastai.vision.widgets because Widgets were split in a distinct package since IPython 4