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