-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set individual Kernel for Cell component #332
Comments
MarcosVn
pushed a commit
to MarcosVn/jupyter-ui
that referenced
this issue
Dec 9, 2024
MarcosVn
pushed a commit
to MarcosVn/jupyter-ui
that referenced
this issue
Dec 11, 2024
echarles
pushed a commit
that referenced
this issue
Dec 11, 2024
Co-authored-by: Marcos Alves <[email protected]>
echarles
pushed a commit
that referenced
this issue
Dec 11, 2024
Co-authored-by: Marcos Alves <[email protected]>
Hey @echarles, from my side, we can close this issue. Thank you! |
Great. Thx @MarcosVn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
I have a custom
Notebook.tsx
component that render the cells through a group ofCell
components fromjupyter-react
. I would like to configure an individual kernel for each notebook to avoid context conflicts;Cell.tsx
interface, it seems that this is not feasible today, as thedefaultKernel
is used in a fixed manager within the component.I'm also currently using
0.17.0
version.Proposed Solution
Cell.tsx
to receive a specific kernel through an injected property.Additional context
The text was updated successfully, but these errors were encountered: