Make dedicated pyproject.toml for the example notebooks
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 6
Description
Currently, examples\notebooks depend on the venv created with the root package. It would be cleaner if we had a separate pyproject.toml to use for each notebook. This would remove dependencies in the root pyproject.toml that are only needed for notebooks (if any). It would also remove all of the dev dependencies from the notebooks' venv(s) so those would be cleaner.
It may be possible to have a single venv for all of the notebooks. However, this would mean it's pyproject.toml would show all the deps for all notebooks. Consider / discuss this when fixing this issue.
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 reading the root pyproject.toml and inspecting the dependency needs under examples/notebooks. Decide whether each notebook needs its own pyproject.toml or whether one shared environment is suitable. Done means the notebook environment no longer relies on the root package's development dependencies and any notebook-only dependencies are removed from the root configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100