StaticcreateCreate a service manager based on type and options.
Discriminated union of service manager options.
Service manager instance.
StaticgetGet the type of a service manager if identifiable. Returns 'unknown' for managers created outside the factory.
Service manager to identify.
Service manager type or 'unknown'.
StaticisType guard to check if a service manager is a mock manager.
Service manager to check.
True if manager is a mock service manager.
Factory for creating Jupyter service managers. Centralizes service manager creation with type discrimination.