anigo333

Results 3 comments of 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. ![image](https://github.com/dotnet/interactive/assets/10256320/07a35e6d-1c03-4c94-b03d-f160543fea06)

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...