Skip to content

py-rocket-base v3.1.1 2026-02-05

Latest

Choose a tag to compare

@eeholmes eeholmes released this 07 Feb 01:31
· 38 commits to main since this release
dde2122

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.

Image: ghcr.io/nmfs-opensci/py-rocket-base:2026.02.05

The base image has the following support:

  • Python + JupyterLab with mamba handling package installation
  • R + JupyterLab. Connects to R installed in ${R_HOME} (Rocker verse)
  • R + RStudio with the Rocker verse environment pre-installed
  • Desktop VNC ready for installing applications, including Java-based applications
  • VSCode with extensions for Jupyter notebooks + Quarto
  • Publishing suite: Quarto, JupyterBook, Myst, Pandoc, Texlive, Zotero
  • pyrocket_scripts to assist in common customization tasks
  • rocker_scripts for extending the R/RStudio environment

What's Changed

  • Add ssh support
  • Fix conda not activating notebook in bash non-login terminals
  • Fix VSCode opening into ~ and trying to index the whole home directory by default

Full Changelog: v3.0.7...v3.1