Open kjmayer opened 4 years ago
Hi @kjmayer ,
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.
Let me know whether this helps at all.
Best, Lars
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: