Replies: 2 comments 12 replies
-
Yes, this is indeed expected and intended! We don't play up the other kernels because we haven't tested them but they should definitely all work. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Note that you can only have a single kernel per document. There are some ways around this e.g. Python cell magics but in general the design of Jupyter is one language per notebook. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since Python and Julia code can be executed via Jupyter kernels, I got curious and tried some others. To my suprise (I don't think I saw this documented anywhere), the following worked just fine for me:
Is this something that is expected / intended? If I make use of this functionality, do we expect it to break at some point?
Beta Was this translation helpful? Give feedback.
All reactions