-
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.2.0-alpha.1.tgz: 1db6cd26d968ad1b8c206f2a9506ff1635e1fbfe18241c38d4f737d21601c219 jupyterlite-pyodide-kernel-extension-0.2.0-alpha.1.tgz: d98348289b6a427ec066e7d52d1ecffabf1b6f5790da5e7ce018b5bd0ee50131 jupyterlite_pyodide_kernel-0.2.0a1-py3-none-any.whl: 4048ae9f757cfd51a15ae44329610c72ad7e1f1a8dd920240098845962a9a215 jupyterlite_pyodide_kernel-0.2.0a1.tar.gz: e6f119a5e64554a6ade5c420b8c2f2b93c86d5a05c58cdcc466b1ea59bf80d3b
- Loading branch information
Showing
8 changed files
with
29 additions
and
14 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.2.0a0" | ||
__version__ = "0.2.0a1" |
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.2.0a0" | ||
__version__ = "0.2.0a1" | ||
|
||
__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.2.0a0" | ||
__version__ = "0.2.0a1" | ||
|
||
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.2.0a0-py3-none-any.whl'; | ||
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.2.0a0-py3-none-any.whl'; | ||
export * as pipliteWheelUrl from '../pypi/piplite-0.2.0a1-py3-none-any.whl'; | ||
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.2.0a1-py3-none-any.whl'; | ||
export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.6-py3-none-any.whl'; | ||
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.9-py3-none-any.whl'; |
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