adanb13
adanb13
 
Thought it might be helpful - GUI for Docker monitoring: https://github.com/log-forge/logforge Easy setup, built in File browser, terminal, live logs, keyword alerts, notifications to Slack, Email, Gotfiy and Discord and...
I am trying to open a local `.icechunk` via: ``` import xarray as xr import logging from pathlib import Path logger = logging.getLogger(__name__) import icechunk import zarr def open_icechunk_dataset(file_path: Path,...