We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make figures
Add an action to create automatically all figures inside Makefile. The sequence of action should be organized as follows
Makefile
figures : fig1 fig2a ... fig1 : figures/figure1/fig1.png figures/figure1/fig1.png : outputs/fig1a.. <execure notebook>
We probably want to use a matching pattern to generate all the actios for the different figures with the same command.
The text was updated successfully, but these errors were encountered:
facusapienza21
No branches or pull requests
Add an action to create automatically all figures inside
Makefile
. The sequence of action should be organized as followsWe probably want to use a matching pattern to generate all the actios for the different figures with the same command.
The text was updated successfully, but these errors were encountered: