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
try this code in the jupyter notebook:
from rich.progress import Progress with Progress() as progress: print("-\n-") print("finished")
and it will show a popup message displaying that the kernel has died. I have tested it on google colab and mint.
also, I have installed rich using
pip install rich[jupyter]
The text was updated successfully, but these errors were encountered:
update: I also tested on Windows 11 and the same result
Sorry, something went wrong.
Did I solve your problem?
Why not buy the devs a coffee to say thanks?
Successfully merging a pull request may close this issue.
try this code in the jupyter notebook:
and it will show a popup message displaying that the kernel has died.
I have tested it on google colab and mint.
also, I have installed rich using
The text was updated successfully, but these errors were encountered: