1# %% [markdown] 2# This is a markdown cell 3 4# %% 5print("Hello from R") 6 7# %% [markdown] 8# Another markdown cell 9 10# %% 11x <- 1 + 1 12 13