-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Information
The problem arises in chapter:
- Chapter 2: Text Classification
Describe the bug
When running the chapter 2 notebook in Colab, the second cell of the notebook generates a NameError:
NameError: name 'setup_chapter' is not defined
To Reproduce
Steps to reproduce the behavior:
- open notebook in Colab
- run the first cell
- run the second cell
Contents of cell:
# hide
from utils import *
setup_chapter()
Error traceback:
NameError Traceback (most recent call last)
[<ipython-input-4-258ca2570391>](https://localhost:8080/#) in <cell line: 3>()
1 # hide
2 from utils import *
----> 3 setup_chapter()
NameError: name 'setup_chapter' is not defined
Expected behavior
The notebook cell should run to completion without errors.
Metadata
Metadata
Assignees
Labels
No labels