Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input/Output chapter 9 has path commands that throw errors in windows #5

Open
gahobbsau opened this issue Sep 19, 2019 · 1 comment

Comments

@gahobbsau
Copy link

Referring the the Cell numbers as in the PFF second edition, chapter 9.

Cell 8: ll Spath*
ll is possibly intended to refer to a python module/library, but if so it has not been declared.
$path* fails as a Syntax error at the $.
There are multiple occurrences of this case in the notebook.

Cell 25: Code in the Notebook differs from that in the Book.
Book has: !rm -f $path*
Notebook has: get_ipython().system('rm -f $path*')
However, !rm -f appears to be a linux system command. [Windows: del /f {path/filename}
The path variable intended by $path* has not been successfully declared, due the Cell 8 issue.

Some guidance on how both of these are supposed to work in windows would be appreciated.

@yhilpisch
Copy link
Owner

yhilpisch commented Sep 19, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants