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

Drop/replace term_image support #19

Open
dmcc opened this issue Jul 19, 2024 · 0 comments
Open

Drop/replace term_image support #19

dmcc opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dmcc
Copy link
Collaborator

dmcc commented Jul 19, 2024

While it's cool to display the DAG in the terminal, it's often unreadable (e.g., in VSCode). Perhaps it should be replaced with a better ASCII DAG renderer (https://pypi.org/project/asciidag/ ? https://pypi.org/project/stackeddag/ ?).

We also get this log spam on import a lot: (e.g., in Notebooks)

.../venv/lib/python3.10/site-packages/term_image/utils.py:749: TermImageWarning: It seems this process is not running within a terminal. Hence, some features will behave differently or be disabled.
See https://term-image.readthedocs.io/en/stable/guide/concepts.html#active-terminal
Any filter for this warning must be set before loading `term_image`, using `UserWarning` with the warning message (since `TermImageWarning` won't be available).
  warnings.warn(
@dmcc dmcc added the enhancement New feature or request label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant