matplotlib / matplotlib/ipympl
Test against ipywidgets master
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 1.7k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the issue
Now that ipywidgets master is being updated again ipympl should run a weekly workflow checking that nothing breaks. This could either be in the workflow that runs against dev matplotlib or in a separate one.
This might be as simple as:
```
pushd $(mktemp -d)
git clone https://github.com/jupyter-widgets/ipywidgets.git --single-branch --depth 1
cd ipywidgets
bash dev-install.sh
popd
```
Contributor guide
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 by locating the workflow that tests against development matplotlib and determine whether ipywidgets master belongs there or in a separate workflow. Review the proposed clone and dev-install sequence, then verify the workflow runs weekly and detects breakage in ipympl against the current ipywidgets master.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions, jupyter
- Domain
- ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100