nteract / pick

⛏ Customize your kernels on Launch!
BSD 3-Clause "New" or "Revised" License
32 stars 8 forks source link

combine subkernel execution task into one method #17

Closed rgbkrk closed 4 years ago

rgbkrk commented 4 years ago

This combines the launch_kernel_with_parameters and launch_or_reuse_kernel methods into one async_execute_request handler so that it's easier to track how we do execution requests. It was getting confusing explaining this prior setup.