You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run my code, the links provided to access the dashboard are invalid. I tried using the key disable_dashboard = True in sherpa.Study and then after running all my code, sherpa.Study.load_dashboard(".") to load the dashboard, but those links do not work either.
Mind if I ask what operating system you run on? If you're running this on your laptop/desktop (that is, you're not ssh'ed into a machine to run this), can you try to take one of the addresses Sherpa is giving you and then just type into your browser localhost:<port> or http://127.0.0.1:<port> where <port> is the port (the number after the colon) in the address that sherpa is giving you.
Hi,
When I run my code, the links provided to access the dashboard are invalid. I tried using the key disable_dashboard = True in sherpa.Study and then after running all my code, sherpa.Study.load_dashboard(".") to load the dashboard, but those links do not work either.
Here is the code:
The text was updated successfully, but these errors were encountered: