@davidciardi @xiuqin @roby @gpdf
Hi! Quick question about the SUIT vision/plan:
I am helping write an FAQ for new LSST DESC members, and want to write the following sentences:
All DESC members will have LSST data access (or else they could not have become members). The easiest (and project-recommended) way to interact with the data will be through the project-provided “Science User Interface and Tools” (SUIT), which is currently planned to provide a jupyter notebook-style interface to code running at the Data Access Centers, including various visualization widgets. DESC code will be able to be installed at the DAC for use in this system.
About this last sentence: is it true? At the moment I can type
!pip install corner.py
import corner
into any of my local jupyter notebooks and then go ahead and make corner plots. Will this be possible in a SUIT notebook that is running at NCSA, thus allowing me to make corner plots of LSST DR1 galaxy properties? If not, by what mechanism will we be able to install code packages so that they are available for our use in the SUIT? Apologies if this was in your presentations in Tucson last week and I missed it!
Also, any other feedback on my FAQ answer would be gratefully received