Options
All
  • Public
  • Public/Protected
  • All
Menu

Module jupyter/JupyterContext

Index

Type aliases

JupyterContextType

JupyterContextType: { baseUrl: string; injectableStore: any; setVariant: (value: string) => void; variant: string; wsUrl: string }

The type for the Jupyter context.

Type declaration

  • baseUrl: string
  • injectableStore: any
  • setVariant: (value: string) => void
      • (value: string): void
      • Parameters

        • value: string

        Returns void

  • variant: string
  • wsUrl: string

Variables

Const JupyterContext

JupyterContext: Context<undefined | JupyterContextType> = ...

The instance for the Jupyter context.

Const JupyterContextConsumer

JupyterContextConsumer: Consumer<undefined | JupyterContextType> = ...

The type for the Jupyter context consumer.

Const JupyterContextProvider

JupyterContextProvider: React.FC<{ baseUrl: string; children: React.ReactNode; injectableStore: any; variant: string; wsUrl: string }> = ...

The Jupyter context provider.

Functions

Const ensureJupyterAuth

  • ensureJupyterAuth(): Promise<boolean>

useJupyter

Generated using TypeDoc