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
Describe the problem
If the output of an command is of type
image/svg+xmlit is included as string output in LaTeX fileLink to your repository or website
No response
Steps to reproduce
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