How severe does this issue affect your experience of using Ray?
- Low: It annoys or frustrates me for a moment.
I installed ray using following command,
pip install -U “ray[default]”
when I initialize ray using ray.init(include_dashboard=True) or even with just ray.init() it gives me following output,
But when I click the link, the dashboard is empty.
Everything works fine but I’m not able to see anything on the dashboard. It’s just blank screen. I don’t get any errors. I am using Jupyter Notebook.
Can someone please help me resolve this issue?
Thanks