nteract / pick

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

report error when a kernel magic is not available #19

Closed rgbkrk closed 4 years ago

rgbkrk commented 4 years ago

This includes several new functions to make this easier to put together:

When a user tries to use a kernel that isn't installed (or if they have a typo), they get a message like this:

## There is no kernel magic named `pyspark`

These are the available kernels:

* `%%kernel.ipykernel`

Which renders like so:

image