notebook
notebook copied to clipboard
Fix SyntaxWarning from update message
trafficstars
The use of backslashes in the ASCII-art "Update" banner results in an "invalid escape sequence" SyntaxWarning under Python 3.12. Fix by changing the banner string to a raw string (which ignores backslashes).