Documentation ¶
Overview ¶
Package kernels implements a unified view of the kernels in multiple backends
Index ¶
- Constants
- func BackendView(k *resources.Kernel, bs []*backends.Backend) (*backends.Backend, *resources.Kernel, error)
- func Fetch(b *backends.Backend) ([]*resources.Kernel, error)
- func Handler(localBackend *backends.Backend, remoteBackend *backends.Backend) http.Handler
- func UnifiedView(k *resources.Kernel, b *backends.Backend) *resources.Kernel
Constants ¶
View Source
const APIPath = "/api/kernels"
APIPath is the URL path to the kernels collection in the Jupyter REST API.
Variables ¶
This section is empty.
Functions ¶
func BackendView ¶
func BackendView(k *resources.Kernel, bs []*backends.Backend) (*backends.Backend, *resources.Kernel, error)
BackendView takes the global view of the kernel and returns the backend view.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.