Closed lexnederbragt closed 5 years ago
The page http://parsons.problemsolving.io says to use IFrame('puzzle url') but for me this throws an error:
IFrame('puzzle url')
TypeError: init() missing 2 required positional arguments: 'width' and 'height'
I guess the correct usage is IFrame('puzzle url', 1000, 400) (or other numbers for width and height)
IFrame('puzzle url', 1000, 400)
Thanks! fixed 106f2396
The page http://parsons.problemsolving.io says to use
IFrame('puzzle url')
but for me this throws an error:I guess the correct usage is
IFrame('puzzle url', 1000, 400)
(or other numbers for width and height)