Skip to content

Bug: Syntax error in print statement. #1

@ewypesm

Description

@ewypesm

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions