Chapter 1 ln 11
- Dominant language
- Jupyter Notebook
- Stars
- 25.6k
- Forks
- 12.7k
- PR merge metrics
- No merged PRs in 30d
Description

I am getting this error:
NameError Traceback (most recent call last)
in
14 arrowprops=dict(facecolor='black', width=0.5, shrink=0.1, headwidth=5))
15 plt.plot(pos_data_x, pos_data_y, "ro")
---> 16 save_fig('money_happy_scatterplot')
17 plt.show()
18
NameError: name 'save_fig' is not defined
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the Chapter 1 notebook and the cell identified as line 11, then run the example to reproduce the reported NameError. Check how the notebook defines or uses save_fig and verify that the cell completes without the error; the issue provides no specific file or test name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100