Reacton is not installed in jupyterlite environment
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 317
- Forks
- 19
- Avg merge
- 14m
- Merged PRs (30d)
- 3
Description
I was trying to execute the calculator demo
https://reacton.solara.dev/en/latest/_output/lab/
and from import reacton I got the following error.
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/xpython_42/3272763547.py in <cell line: 1>()
----> 1 import reacton
2 import reacton.ipywidgets as w
3
4
5 @reacton.component
ModuleNotFoundError: No module named 'reacton'
Reacton does appear in this jupyterlite config file (I think)
https://github.com/widgetti/reacton/blob/master/docs/xeus-python-environment.yml
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the calculator demo and the import traceback, then inspect docs/xeus-python-environment.yml to verify how the JupyterLite environment is assembled. Reproduce the missing import in the linked demo and trace whether the environment configuration includes Reacton; done means the calculator demo can import reacton successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100