MAAP-Project / Community

Issue for MAAP (Zenhub)
2 stars 1 forks source link

Extract out installation UI extensions and packages #1092

Open grallewellyn opened 3 weeks ago

grallewellyn commented 3 weeks ago

Discussed in 9/12 sprint planning meeting

One approach to doing this could be to put the installation of the jupyter extensions and maap-py in the entrypoint.sh instead of our environment.yml and read the version number from setting the environment variable our devfiles ie pip install maap_libs_extension=${EXTENSION_VERSION}. With this approach, users would get updated UI features from the extensions when they restart their workspace instead of needing to create a new workspace with the latest release. Exact version would be specified in the devfiles, not just the latest tag

Discussion points:

grallewellyn commented 1 week ago

Needs more discussion as of 9/26/2024