Ales Kuchar
Ales Kuchar
Is there a possibility how to hide code, i.e. `IFrame` calling [here](http://interactive-slides.cfapps.io/#/2/3). When I export my notebooks to html (`jupyter nbconvert --to html`). I use `--template hidecode.tpl` (see below). Would...
I receive 404 HTTP Status when I try to setup session in order to connect to Earth System Grid Federation. See my gist [here](https://gist.github.com/kuchaale/c90bbea33f587130a1c45517a5e9112b).
It would be really cool to integrate this tool with Jupyter lab, e.g. into the launcher, as a [diagram editor](https://blog.jupyter.org/a-diagram-editor-for-jupyterlab-a254121ff919) has been added recently.
Thanks for the great package. How feasible would it be to add your package as a new backend in [xarrray](https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html)? It would allow direct conversion to [other formats](https://docs.xarray.dev/en/stable/user-guide/io.html). In my...
Use [`vinterp`](https://github.com/mkstratos/stj_pv/blob/092dc88fab708084a3136a1c1c08153ea6157721/STJ_PV/utils.py#L108) function in [isobars2isentropes](https://github.com/lukelbd/climate-benchmarks/tree/master/isobars2isentropes).
Running [your example](https://github.com/adamhaber/stan2tfp/blob/master/examples/eight%20schools%20example.ipynb) I encountered the following error: ```python --------------------------------------------------------------------------- HTTPError Traceback (most recent call last) Cell In [5], line 1 ----> 1 model = Stan2tfp(stan_model_code=stan_code); 2 # # do...
Similarly to [Herbie#28](https://github.com/blaylockbk/Herbie/issues/28), I cannot read the full-grid RAP files, like `wrfprs` using `iris.load_cube`. Is this definition template on your roadmap? You can find example files [here](https://nomads.ncep.noaa.gov/pub/data/nccf/com/rap/prod/) and additional information...
Dear @justinalsing, I use a combination of dynamical linear models with shrinkage priors [(Arnold, 2015)](http://docs.jrnold.me.s3.amazonaws.com/dlm-shrinkage-2015-10-14.pdf) or repo [here](https://github.com/jrnold/dlm-shrinkage). The approach has several advantages: - not required to specify a number...
"Copy Tab URL as Markdown Link" does not copy properly links from [this website](https://egusphere.copernicus.org/preprints/2024/egusphere-2024-1428/) for instance. It does not include the link, see `[EGUsphere - Warming effects of reduced sulfur...
I encountered the following issue when running the code below: `oc_open: server error retrieving url: code=500 message="java.io.FileNotFoundException: /free1/ktyle/apache-tomcat-10.1.40/webapps/thredds/WEB-INF/lib/jcommander-1.78.jar (Too many open files)"` ```python import xarray as xr cesm_data_path = "http://thredds.atmos.albany.edu:8080/thredds/dodsC/CESMA/"...