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