Skip to content

py-rocket-base v3.0.0

Compare
Choose a tag to compare
@eeholmes eeholmes released this 20 Nov 01:17
· 21 commits to main since this release
c488158

The py-rocket-base image is a base image for the JupyterHubs with Python and RStudio. The py-rocket-base image is designed to install a Jupyter and JupyterHub environment that duplicates (and uses) the Pangeo base-image and creates the R and RStudio environment with Rocker installation scripts.

The base image has the following support:

  • Python + JupyterLab with mamba handling package installation
  • R + RStudio with the Rocker verse environment pre-installed
  • Desktop VNC ready for installing applications, including Java-based applications
  • VSCode
  • pyrocket_scripts to assist in common customization tasks
  • rocker_scripts for extending the R/RStudio environment

What's Changed

  • Use scripts instead of ONBUILD
  • remove ${REPO_DIR}/childimage and instead use arguments passed to the helper scripts
  • Add VSCode extensions
  • export PATH in scripts that switch to NB_USE
  • fix Desktop config

Full Changelog: v2.0.0...v3.0.0