-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Steps to reproduce:
- Clone repo
- create venv pip install -r requirements.txt
- rerun notebook
- fails on last line.
Cell In[34], line 22
print(f'\nMap and plots are saved here: \n{Path.cwd() [/](http://localhost:8888/) 'output'}\n')
^
SyntaxError: f-string: expecting '}'
Commenting out last line, the cell runs.
proposed fix:
remove print statement or replace ' ' in outer print statement with " "
Metadata
Metadata
Assignees
Labels
No labels