Ken Mankoff

Results 92 comments of Ken Mankoff

> Does pyNEAD have any upstream dependencies that are not already in the > Conda-Forge repository? i.e., is pyNEAD a standalone tool that only > requires the most common Python...

> One option is to merge pyNEAD into JAWS. The other option is to create > a conda-forge pyNEAD package. Which do you prefer? Separate. I think pyNEAD should be...

@dhdeangelis > Can you reproject the grid using just GDAL (gdalwarp)? Yes. With `gdalwarp -t_srs EPSG:4326 NETCDF:"BedMachineAntarctica-v3.nc":mask output.tiff` everything appears OK to me. I'm also happy to share the file...

Same issue when using GRASS 7.8.8 from `mundialis/grass-py3-pdal:7.8.8-alpine` https://grass.osgeo.org/download/docker/#GRASS-GIS-old I've reproduced this without BedMachine. I apologize for the non-minimal example before. I include an MWE below and I will edit...

I note this is *sensitive*. If I change `g.region res=500` to `res=250` or `res=1000` the bug does not appear.

@dhdeangelis thanks for keeping this in mind and helping me solve the issue. I've added a small PR to recommend looking more carefully at the `Notes` section of the document...

Some more details... In `~/.local/share/jupyter/runtime` I have ``` nbserver-2253984.json nbserver-2253984-open.html kernel-bcf0dc65-81b1-4a74-9bc5-326a217396f9.json kernel-bd9ff88d-d83f-4187-993c-9ccc5f8d741d.json ``` and many more `kernel-*.json` files. I note that the `nbserver-2253984.json` file has a `notebook_dir` that points to...

Looking into this a bit more... When I launch a kernel, it appears in the current directory. When I launch a new session on an existing kernel, it is in...

No `/kernel:` or `/kernel::`, just `:session foo` and `:session bar`, different Org files in different folders. If I don't specify a session, and just use ```org #+BEGIN_SRC jupyter-python :exports both...

Note - I've been using `emacs-jupyter` for a long time (>5 years?) and this is a relatively new behavior. Showed up sometime in the past six to nine months.