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

add challenge iterate macros #33

Open
gmanchon opened this issue Nov 14, 2022 · 0 comments
Open

add challenge iterate macros #33

gmanchon opened this issue Nov 14, 2022 · 0 comments

Comments

@gmanchon
Copy link
Collaborator

add macros to deal with the challenge context (cloned directory, data directory, and optionally other variables such as bootcamp - would a home make sense to address the prefect issue with ~ vs $HOME ? )

macros :

  • # $ITE_CHALLENGE_PATH : cloned challenge path - vs a Kitt provided macro ?
  • # $ITE_HOME : ~ vs $HOME
  • # $ITE_DATA_PATH : # $ITE_HOME/$BOOTCAMP

exemple in notebooks/Lecture-livecode-Cloud-Training.ipynb :

"cd data-lecture-cloud-training\n",

replaced by a more stable (no need to worry if the instructions are correct until we have a test) :

"cd # $ITE_CHALLENGE_PATH\n",
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

No branches or pull requests

1 participant