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

ipython is not showing the pretty printing by default #947

Open
Roger-luo opened this issue May 15, 2024 · 0 comments
Open

ipython is not showing the pretty printing by default #947

Roger-luo opened this issue May 15, 2024 · 0 comments
Labels
enhancement New feature or request printing printing related issues

Comments

@Roger-luo
Copy link
Member

Roger-luo commented May 15, 2024

I feel this isn't nice UX. What is currently printed as default has little information about the program being defined. And I cannot find ANY method in the hint to pretty print the program. I think we discussed this somewhere, but I cannot find the issue/PR anymore.

this is what you get currently

In [29]: prog
Out[29]: <bloqade.builder.assign.Assign at 0x302fbf800>

I have to press many buttons to go back and write print(prog) to see what's in prog

@Roger-luo Roger-luo added enhancement New feature or request printing printing related issues labels May 15, 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 printing printing related issues
Projects
None yet
Development

No branches or pull requests

1 participant