María Alejandra Arango-González

Results 2 issues of María Alejandra Arango-González

Hi, I recently changed my server provider. I have a shiny app and I'm using leaflet.extras. I installed the library (I've checked it twice) but in the new server appears:...

How can I delete an epub item if it contains string? I have identified string: ``` for item in book.get_items(): soup = BeautifulSoup(item.get_content(), 'html.parser') removetext = soup.find_all("section", {"id": "remove"}) if...