We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently hard code piplite urls here: https://github.com/executablebooks/thebe/blob/cce89f9051b750145081e78ed7cf8deff24ae14e/packages/react/src/ThebeServerProvider.tsx#L95
These should be defaults that can be overridden via the options objects
The text was updated successfully, but these errors were encountered:
here's an example of a lite option set currently in use in the simple demos
{ "litePluginSettings": { "@jupyterlite/pyodide-kernel-extension:kernel": { "pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected]/pypi/all.json"], "pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected]/pypi/piplite-0.2.0-py3-none-any.whl" } }, "enableMemoryStorage": true, "settingsStorageDrivers": ["memoryStorageDriver"] }
There is probably more to add here in order to introduce the service worker overrides now available to us in jupyterlite
Sorry, something went wrong.
stevejpurves
No branches or pull requests
We currently hard code piplite urls here: https://github.com/executablebooks/thebe/blob/cce89f9051b750145081e78ed7cf8deff24ae14e/packages/react/src/ThebeServerProvider.tsx#L95
These should be defaults that can be overridden via the options objects
The text was updated successfully, but these errors were encountered: