Allow connecting to multiple kernel gateway servers
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
When we connect to kernel gateway, we loose access to local kernels and we can connect to only one kernel gateway at a time. One possible way to address this could be adding something like a `UnionKernelManager` which will take a list of objects implementing `MappingKernelManagers`. In case of conflicts/duplicates, the we can solve the kernel manager to use based on priority order.
Contributor guide
Research direction
Start by tracing how kernel gateway connections and local kernels are currently represented through MappingKernelManagers. Evaluate the proposed UnionKernelManager, including priority-based handling of duplicate kernels across multiple managers; done means local kernels and multiple gateway servers can be accessed together without ambiguous selection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100