Skip to content
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

Open
MarcosVn opened this issue Nov 27, 2024 · 0 comments
Open

Set individual Kernel for Cell component #332

MarcosVn opened this issue Nov 27, 2024 · 0 comments

Comments

@MarcosVn
Copy link
Contributor

Problem

  • I have a custom Notebook.tsx component that render the cells through a group of Cell components from jupyter-react. I would like to configure an individual kernel for each notebook to avoid context conflicts;

    • Exploring the Cell.tsx interface, it seems that this is not feasible today, as the defaultKernel is used in a fixed manager within the component.
  • I'm also currently using 0.17.0 version.

Proposed Solution

  • Allow the Cell.tsx to receive a specific kernel through an injected property.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant