Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
lxml is not available on CW, you can use BeautifulSoup.
https://github.com/Codewars/codewars.com/wiki/Language-Python
Here you can see the supported packages.
My solution (in jupyter notebooks in my local environment, used lxml. But when I try in the CodeWards environment i get an import error
ImportError: No module named 'lxml'
Any ideas for how I get round this?