Skip to content

Can we run it against colab kernel? #9753

Discussion options

You must be logged in to vote

Looks to me like the jupyter config on the VM is requesting google specific stuff.

This message here:

The `kernel_class` trait instance must be a type, but 'google.colab._kernel.kenrel' could not be imported.

That's likely because the config for the jupyter server on the box specifies kernels are based on google colab kernels. However you're starting your kernel without any google stuff in the path.

You might try deleting the jupyter_notebook_config.py on the machine (if that's findable). It's the thing that's likely specifying the base class for a kernel.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rchiodo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants