Skip to content

[cannot process inline katex]Manipulating strings causes inline katex to vanish, probably because python cannot process katex symbols #179

@SoutrikDas

Description

@SoutrikDas

Objective : To remove the "Copy of " from all the rows of a table
image

Above picture shows the initial situation
Below is the code I am running

for row in cv.collection.get_rows(search="Copy of"):
    row.name=row.name[8:-1] #to remove "Copy of "

It gives the following result
notionapierror

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