Show More
@@ -32,8 +32,8 b' class Transformer(NbConvertBase):' | |||
|
32 | 32 | Any configurable traitlets this class exposed will be configurable in profiles |
|
33 | 33 | using c.SubClassName.atribute=value |
|
34 | 34 | |
|
35 | you can overwrite `transform_cell` to apply a transformation independently on each cell | |
|
36 | or `call` if you prefer your own logic. See corresponding docstring for informations. | |
|
35 | you can overwrite :meth:`transform_cell` to apply a transformation independently on each cell | |
|
36 | or :meth:`call` if you prefer your own logic. See corresponding docstring for informations. | |
|
37 | 37 | |
|
38 | 38 | Disabled by default and can be enabled via the config by |
|
39 | 39 | 'c.YourTransformerName.enabled = True' |
General Comments 0
You need to be logged in to leave comments.
Login now