You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: