jupyterlite-pyodide-lock-webdriver#
A
jupyterlite-pyodide-locklock strategy using the WebDriver standard.
Install#
This package is not yet released. See
CONTRIBUTING.mdfor development.pip install jupyterlite-pyodide-lock-webdriver
Usage#
Configure#
See the
jupyterlite-pyodide-lockdocumentation for more information.
# examples/jupyter_lite_config.json
{
"PyodideLockAddon": {
"enabled": true,
"locker": "WebDriverLocker"
},
"WebDriverLocker": {
"browser": "firefox"
}
}