Kevin Paul

Results 10 issues of Kevin Paul

We need a setup instructions document. It should probably be placed on the Nikola site: `/site/pages/spring2020/instructions.md` ...or `*.rst` or similar.

### Description I think that once we have a first release of xwrf, we should write a blog post demonstrating its use. It would be great if one of our...

enhancement

### What is your issue? With the merging of https://github.com/pydata/xarray/pull/6501 and the closing of https://github.com/pydata/xarray/pull/6500, the *hack* for Xarray HTML reprs in the Furo Sphinx theme (implemented in #72) should...

# Update - Ready for Review I have added a `dask_mpi.execute()` function, though it looks a little different than the sketch in the "Previous Header" below. The idea is that...

**What happened**: When Dask-MPI is used in *batch* mode (i.e., using `initialize()`) on Linux with Python >3.8, it does not properly shut down the scheduler and worker processes when the...

After the first implementation of the `initialize` function, making it possible to launch a Dask cluster from within the client script by using `mpi4py`, it seems like the natural next...

enhancement
help wanted
hopeful

This PR includes changes I made in my fork to get SSHSpawner to work with JupyterHub 2.3.1 in my [personal Docker-based testing environment](https://github.com/ncar-xdev/binder-hpc). There are not many source-code changes, so...

Related to #11 and #33... Now that [Project Pythia](https://projectpythia.org) is underway, we are starting to develop a list of ["foundational material" for learning in the geosciences](https://github.com/ProjectPythia/projectpythia.github.io/issues/3). One of the topics...

outreach

Currently, jupyter-forward displays an error message and exits when it encounters a problem. For general usage, I think this is appropriate. However, when trying to debug problems with the code,...

enhancement

**UPDATED:** When you use `mamba` to create a fresh install of `jupyter-forward`, it installs the incorrect version of `openssl` (version 3.0.2) which is incompatible with `cryptography`, a dependency of `paramiko`....

wontfix
upstream