Replies: 2 comments 8 replies
-
Out of curiosity do you use Jupyter Lab/Notebooks today? If you do, how do you solve this issue, do you use some package such as sos, pyjulia or the like? Also, do you share information betwee the two kernel? FYI - a possible solution is to run Julia code as follows:
|
Beta Was this translation helpful? Give feedback.
-
@Photonico, I work on .NET Interactive which enables a polyglot experience in Jupyter notebooks. We are working on a solution that would also support Julia, I'd love to chat more with you about your use cases and expectations. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using both Julia and Python for my projects. It is not convenient that only one kernel can be activated in one Jupyter file.
Optional different kernels in each cell can improve programming performance greatly.
Sincerely
Lu
Beta Was this translation helpful? Give feedback.
All reactions