This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Improve kedro jupyter setup
with options from ipykernel install
#3777
Labels
Issue: Feature Request
New feature or improvement to existing feature
Description
Some of the additional options in installing kernels could be useful in some contexts. The
ipykernel
module does this well (seepython -m ipykernel install --help
.Context
I encountered an issue when working with pyspark, that it needs to have environment variables correctly pointing to the correct python. Setting those envs in jupyter is possible and there is support for that via
ipykernel install --env ...
. I thought that kedro uses it under the hood to register its own kernel with some edits, but looking at the code it uses_create_kernel
custom method that also uses ipykernel install.Possible Implementation
Pass click extra arguments to the:
kedro/kedro/framework/cli/jupyter.py
Lines 158 to 169 in 00789fa
The text was updated successfully, but these errors were encountered: