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
When comparing chess.com and lichess's chessboards, their coordinates are displayed inside the board, which makes the layout more compact and visually appealing. In python-chess, the coordinates are rendered outside the chessboard. Based on documentation and testing, there seems to be no parameter or method to control the coordinate display style.
Is there a plan to support internal coordinate rendering in future updates?