You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Information
The problem arises in chapter:
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:
Contents of cell:
Error traceback:
Expected behavior
The notebook cell should run to completion without errors.
The text was updated successfully, but these errors were encountered: