Kevin Paul

Results 107 comments of Kevin Paul

The only reason I wanted to consider this option is that I like the pattern: ```python from dask_something import SomethingCluster cluster = SomethingCluster() from distributed import Client client = Client(cluster)...

Hey, @guillaumeeb! Yes. Using `sys.exit()` in `__init__` would not have the operation that you would expect. The `Cluster` objects allow you to start and stop a cluster (i.e., the scheduler...

@guillaumeeb Yes. I agree with you that for an MPI run, you probably only want to shut down the cluster at the end of your job in most (all?) cases....

You are welcome!

Having given a number of tutorials to NCAR staff in the last year or two, one thing we've definitely noticed is that there are many attendees who don't even have...

I should also ask if the Jupyter Meets the Earth folks feel like there are any "gaps" in the Jupyter onboarding content that still need to be filled (and if...

@choldgraf: Who would the target audience be for jupyterlab-classic? Do certain people prefer the classic notebook interface over JLab? Who?

This is fantastic, @jacobtomlinson! Very cool stuff. I agree with @guillaumeeb that it would be really nice to have a Dask HPC package with everything in one place. I would...

That's fair. If it's unstable, I think it shouldn't be released or made a module for general use. On Fri, Aug 18, 2017 at 9:30 AM Anderson Banihirwe wrote: >...

That sounds reasonable. It's an error coming from Python's builtin socket module indicating a DNS resolution error, I think. That could happen due to a typo in the domain name,...