We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This
logger = TBLogger("logs") markdown_text = """ ### Markdown Text TensorBoard supports basic markdown syntax, including: preformatted code **bold text** | and | tables | | ---- | ---------- | | among | others | """ log_text(logger, "markdown_1", "**This** is the *power* of >>>markdown \n *line break not working* ", step = 0) log_text(logger, "markdown_2", markdown_text, step = 0)
produces
TensorBoardLogger: v0.1.23 TenosrBoard: v2.16.2 Julia: v1.10.2 Python: v3.10.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This
produces
TensorBoardLogger: v0.1.23
TenosrBoard: v2.16.2
Julia: v1.10.2
Python: v3.10.12
The text was updated successfully, but these errors were encountered: