Skip to content
New issue

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

Line breaks in text logs aren't working #145

Open
opiateblush opened this issue Apr 19, 2024 · 0 comments
Open

Line breaks in text logs aren't working #145

opiateblush opened this issue Apr 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@opiateblush
Copy link

opiateblush commented Apr 19, 2024

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

Screenshot from 2024-04-19 18-30-01

TensorBoardLogger: v0.1.23
TenosrBoard: v2.16.2
Julia: v1.10.2
Python: v3.10.12

@oxinabox oxinabox added the bug Something isn't working label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants