Interface: IOptions#
pyolite-kernel.IPyoliteWorkerKernel.IOptions
Initialization options for a worker.
Hierarchy#
-
↳
IOptions
Properties#
baseUrl#
• baseUrl: string
Inherited from#
Defined in#
packages/kernel/lib/tokens.d.ts:148
disablePyPIFallback#
• disablePyPIFallback: boolean
Whether piplite
should fall back to the hard-coded pypi.org
for resolving packages.
Defined in#
packages/pyolite-kernel/lib/tokens.d.ts:47
indexUrl#
• indexUrl: string
The URL of a pyodide index file in the standard pyodide layout.
Defined in#
packages/pyolite-kernel/lib/tokens.d.ts:35
location#
• location: string
The current working directory in which to start the kernel.
Defined in#
packages/pyolite-kernel/lib/tokens.d.ts:51
mountDrive#
• mountDrive: boolean
Whether or not to mount the Emscripten drive
Defined in#
packages/pyolite-kernel/lib/tokens.d.ts:55
pipliteUrls#
• pipliteUrls: string
[]
The URLs of additional warehouse-like wheel listings.
Defined in#
packages/pyolite-kernel/lib/tokens.d.ts:43
pipliteWheelUrl#
• pipliteWheelUrl: string
The URL of the piplite
wheel for bootstrapping.
Defined in#
packages/pyolite-kernel/lib/tokens.d.ts:39
pyodideUrl#
• pyodideUrl: string
The URL of the main pyodide.js
file in the standard pyodide layout.
Defined in#
packages/pyolite-kernel/lib/tokens.d.ts:31