Skip to content

Commit 8b7c9a1

Browse files
authored
Update README.md
1 parent 5b3c6db commit 8b7c9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ The result of the analysis is ${result}
6161
as shown in
6262
![example](https://user-images.githubusercontent.com/9889312/37932344-e1c13e96-310d-11e8-963c-5fe26c6523d1.png)
6363

64-
Note that SoS recognizes the [`%expand` magic](https://vatlab.github.io/sos-docs/doc/documentation/SoS_Magics.html#magic_expand) and highlights the intepolated expressions. SoS essentially treats the cell content as [Python f-strings](https://www.python.org/dev/peps/pep-0498/) (with configurable sigil) so almost arbitrary Python expressions could be used. In addition, instead of passing variables from subkernels to SoS and to a markdown cell, you can use a [`%render` magic](https://vatlab.github.io/sos-docs/doc/documentation/SoS_Magics.html#magic_render) to render output from any subkernels as markdown.
64+
Note that SoS recognizes the [`%expand` magic](https://vatlab.github.io/sos-docs/doc/documentation/SoS_Magics.html#magic_expand) and highlights the intepolated expressions. SoS essentially treats the cell content as [Python f-strings](https://www.python.org/dev/peps/pep-0498/) (with configurable sigil) so almost arbitrary Python expressions could be used. In addition, instead of passing variables from subkernels to SoS and to a markdown cell, you can use a [`%render` magic](https://vatlab.github.io/sos-docs/doc/documentation/SoS_Magics.html#magic_render) to render output from any subkernels as markdown. The input of markdown cells will be hidden in exported HTML reports if you are using one of the SoS templates, as shown in [this example](https://vatlab.github.io/sos-docs/doc/examples/Preview_and_Report_Generation.html).

0 commit comments

Comments
 (0)