Skip to content

Add make figures to Makefile #14

@facusapienza21

Description

@facusapienza21

Add an action to create automatically all figures inside Makefile. The sequence of action should be organized as follows

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions