Closed zonca closed 4 years ago
@zonca, the interface looks fine (any idea why the load time was slow?). How are you launching the notebook? Directly with jupyter? If so, then I have everything needed to work on the docker compose file.
you run voila --port 80 --no-browser 05_ui.ipynb
, requirements are toml
voila
ipywidgets
, do not install toml
with conda but pip
@zonca when I try to follow the link I get an error: "132-249-238-90.compute.cloud.sdsc.edu unexpectedly closed the connection." Is the interface still working for you?
Yes, it is working now, can you try again? Maybe test in incognito mode?
Also make sure you are not being redirected to https by your browser
It worked the second time around. Looks really neat! Why are the field names truncated like this:
yes, I noticed that, those are default layout settings, I will fix later on
On Thu, Mar 12, 2020 at 11:47 AM Reijo Keskitalo notifications@github.com wrote:
It worked the second time around. Looks really neat! Why are the field names truncated like this: [image: Screen Shot 2020-03-12 at 11 45 05] https://user-images.githubusercontent.com/596250/76556625-23932680-6457-11ea-84cf-0c38191e905b.png
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CMB-S4/s4refsimtool/issues/4#issuecomment-598358414, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC5Q4RI2ME6PNLNNOCMMILRHEU4BANCNFSM4LGDW2RQ .
@jdborrill @keskitalo @tskisner ok, I have a first version of the simulation web interface:
https://132-249-238-90.compute.cloud.sdsc.edu/
sometimes it hangs and I have to restart the process, not sure what is going on. It is only running 1 SAT band at Pole for now, I will add the rest once the input maps are all available.
focusing on the reference design release first, will get back to work on the web interface later on.
@keskitalo @jdborrill
I have created a first version of the web interface:
http://132-249-238-90.compute.cloud.sdsc.edu/
TODO next:
Please take a look and send feedback.