You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Paste the output from your browser Javascript console here.
warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available. [xpython_wasm.js:9:206004](http://localhost:9000/_output/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.js)
make_xkernel 1 [xpython_wasm.js:9:52899](http://localhost:9000/_output/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.js)
make_xkernel 2
The text was updated successfully, but these errors were encountered:
OK, so we debugged a bit here at scipy. It seems that everything is fine in Linux! It also seems that the emsdk package is properly working only on linux? And it's needed for empack if I see that correctly.
Maybe we should test that on a couple more platforms :)
Reproduce
Go to localhost:9000, see jupyterlite. Try to start the xpython kernel, it never starts. If you type
print("hello world")
it never runs.The relevant part of the repo is
jupyterlite_config.json
, which is:Expected behavior
I can run python code, as well as install additional packages.
Context
Output of
pip list
:Am not using conda or anything.
Browser Output
warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available. [xpython_wasm.js:9:206004](http://localhost:9000/_output/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.js) make_xkernel 1 [xpython_wasm.js:9:52899](http://localhost:9000/_output/extensions/@jupyterlite/xeus-python-kernel/static/xpython_wasm.js) make_xkernel 2The text was updated successfully, but these errors were encountered: