Skip to content

Make dedicated pyproject.toml for the example notebooks #92

Description

@dixonjoel

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.

AB#3744853

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech debtImprove existing implementation or build/test process

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions