-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyterlite-pyodide-kernel-0.0.10.tgz: ee0c5160bca945fc1820f02181f91eb097aeef8cf862282abb937f9f3c18fd48 jupyterlite-pyodide-kernel-extension-0.0.10.tgz: 49e90e7e58a6bd2c06d08159a803065690dca7e5502376e73b4bd3acc491256b jupyterlite_pyodide_kernel-0.0.10-py3-none-any.whl: cf58c8b5cfd6ffe924b4a167c474f3e13d1683827ff5a47620694c80ca972ad0 jupyterlite_pyodide_kernel-0.0.10.tar.gz: 747b8174109e7d9cae71765c4e72a8cf98dd62cc0eca07a2bd06e7f40d502f19
- Loading branch information
Showing
7 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""source of truth for ``jupyterlite-pyodide-kernel``` version.""" | ||
__version__ = "0.0.9" | ||
__version__ = "0.0.10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"""A configurable Python package backed by Pyodide's micropip""" | ||
from .piplite import install | ||
|
||
__version__ = "0.0.9" | ||
__version__ = "0.0.10" | ||
|
||
__all__ = ["install", "__version__"] |
2 changes: 1 addition & 1 deletion
2
packages/pyodide-kernel/py/pyodide-kernel/pyodide_kernel/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"""A Python kernel backed by Pyodide""" | ||
|
||
__version__ = "0.0.9" | ||
__version__ = "0.0.10" | ||
|
||
import sys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// this file is autogenerated from the wheels described in ../package.json | ||
export * as allJSONUrl from '../pypi/all.json'; | ||
export * as ipykernelWheelUrl from '../pypi/ipykernel-6.9.2-py3-none-any.whl'; | ||
export * as pipliteWheelUrl from '../pypi/piplite-0.0.9-py3-none-any.whl'; | ||
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.0.9-py3-none-any.whl'; | ||
export * as pipliteWheelUrl from '../pypi/piplite-0.0.10-py3-none-any.whl'; | ||
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.0.10-py3-none-any.whl'; | ||
export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.4-py3-none-any.whl'; | ||
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.7-py3-none-any.whl'; |