fastbook icon indicating copy to clipboard operation
fastbook copied to clipboard

Removed code "(path/'to.pkl').load()" still mentioned in a non-executable code snippet in Chapter 9 Jupyter notebook

Open richiethomas opened this issue 4 years ago • 0 comments

As a follow-up to this issue, it appears that all the executable code snippets which include this line of code were removed, which is great. However, it looks like one non-executable reference was missed. Screenshot here:

Screen Shot 2021-06-03 at 8 34 55 AM

If I understand the chapter's code correctly, the above example could be changed to the following:

to = load_pickle(path/'to.pkl')

And in fact, that's what the very next line of executable code already contains, so perhaps the reference in the notebook is now superfluous?

richiethomas avatar Jun 03 '21 15:06 richiethomas