anigo333
anigo333
Variable sharing between c# and python kernel doesn't seem to work still. Any instructions/examples for making it work? This is the output I get currently. 
Correcting my mistake, variable sharing indeed works. I had to execute the set magic command in the target kernel where variable needs to be shared. https://github.com/dotnet/interactive/blob/main/docs/variable-sharing.md#share-a-variable-between-kernels
I followed https://github.com/dotnet/interactive/blob/HEAD/docs/jupyter-in-polyglot-notebooks.md and it worked for me. If you have already tried that, may be try the following in the .dip file and see if then python shows up...