I want to remove all occurrences of a list from list of lists. By that I mean I want to filter out all the occurrences of a given list. E.g.
list = [[1,2,3],