Skip to content
New issue

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

No kernels installed #131

Open
mafudge opened this issue Nov 16, 2023 · 5 comments
Open

No kernels installed #131

mafudge opened this issue Nov 16, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@mafudge
Copy link

mafudge commented Nov 16, 2023

Description

Reproduce

  1. Fork and deploy this repo
  2. Deploy the site
  3. Go to the site url
  4. Marvel in the lack of any kernels being installed.

Expected behavior

Kernels should be installed

Context

Maybe I'm doing something wrong, if so instructions are unclear.

  • JupyterLite version:
  • Operating System and version:
  • Browser and version:
Browser Output
Paste the output from your browser Javascript console here.
@mafudge mafudge added the bug Something isn't working label Nov 16, 2023
@jtpio
Copy link
Member

jtpio commented Nov 30, 2023

@mafudge do you have an example repo where this issue is happening?

@2xB
Copy link

2xB commented Feb 18, 2025

@jtpio This happens to me on this very repository. I've just cloned this repository and run (under Fedora 41, without venv):

python -m pip install -r requirements.txt
jupyter lite build --contents content --output-dir dist
jupyter lite serve --output-dir dist

This issue seems to be identical to jupyterlite/jupyterlite#1453 and jupyterlite/pyodide-kernel#125 .

@jtpio
Copy link
Member

jtpio commented Feb 18, 2025

without venv

Maybe that's why the kernel is not picked up Would you be able to try in a virtual environment?

@2xB
Copy link

2xB commented Feb 18, 2025

Yes, in a venv it works correctly.

@2xB
Copy link

2xB commented Feb 20, 2025

My issue is fixed with the just opened pull request jupyterlite/jupyterlite#1583 . @mafudge , if possible could you verify that? Otherwise we observed different issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants