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

Streamline Python setup for lessons #12

Closed
dpshelio opened this issue Apr 28, 2023 · 0 comments · Fixed by #15
Closed

Streamline Python setup for lessons #12

dpshelio opened this issue Apr 28, 2023 · 0 comments · Fixed by #15

Comments

@dpshelio
Copy link

At the moment, we require a number of steps:

  • a requirement.txt file with the dependencies that
  • a setup.sh script uses to create the environment, and then
  • a "hidden" code block on all the Rmd files to set the reticulate configuration.
  • Also, we use a modifide action on our gh actions.

Ideally, most of these steps can be done by sandpaper itself (first 3) with maybe the requirements loaded from the config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant