You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if pypyjs would provide an API function for printing HTML formatted content to the console. This would allow python programs to output HTML without the need to understand / inspect the surrounding DOM.
Something like
pypyjsconsole.print("Hallo")
Implementation-wise this would just be a call to jqconsole.Write() with escape=false.
It would be nice if pypyjs would provide an API function for printing HTML formatted content to the console. This would allow python programs to output HTML without the need to understand / inspect the surrounding DOM.
Something like
pypyjsconsole.print("Hallo")
Implementation-wise this would just be a call to jqconsole.Write() with escape=false.
This functionality would further simplify #191
The text was updated successfully, but these errors were encountered: