-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the problem
If the output of an command is of type image/svg+xml it is included as string output in LaTeX file
Link to your repository or website
No response
Steps to reproduce
- Create notebook with code cell like this
import chess
import chess.svg
board = chess.Board()
board.push(chess.Move.from_uci("d2d4"))
chess.svg.board(board, size=350)- Generate Output
- Try to create pdf
The version of Python you're using
No response
Your operating system
No response
Versions of your packages
No response
Additional context
This will probably be fixed by fixing #178
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation