rich
rich copied to clipboard
[BUG] Outdated documents about rich for jupyter
Describe the bug
In installation instructions, pip install rich[jupyter] is suggested for one who wants to use rich in jupyter. But it does not work in my platform because it is not registered. And directly import rich.jupyter works instead. I suppose the documents are outdated here.
Platform
Ubuntu 20.04. Python 3.9.
What exactly isn't working for you? Do you have tracebacks / error messages you could paste?
pip install rich[jupyter] is not working for me.
(base) ➜ .ssh pip install rich[jupyter]
zsh: no matches found: rich[jupyter]
I think zsh does something with square brackets. Try pip install "rich[jupyter]"