CMB-S4 / s4_design_sim_tool

CMB-S4 Reference Simulation tool
https://cmb-s4.github.io/s4_design_sim_tool/
Apache License 2.0
2 stars 0 forks source link

web interface #4

Closed zonca closed 4 years ago

zonca commented 4 years ago

@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.

tskisner commented 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.

zonca commented 4 years ago

you run voila --port 80 --no-browser 05_ui.ipynb, requirements are toml voila ipywidgets, do not install toml with conda but pip

keskitalo commented 4 years ago

@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?

zonca commented 4 years ago

Yes, it is working now, can you try again? Maybe test in incognito mode?

zonca commented 4 years ago

Also make sure you are not being redirected to https by your browser

keskitalo commented 4 years ago

It worked the second time around. Looks really neat! Why are the field names truncated like this:

Screen Shot 2020-03-12 at 11 45 05
zonca commented 4 years ago

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 .

zonca commented 4 years ago

@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.

zonca commented 4 years ago

focusing on the reference design release first, will get back to work on the web interface later on.