When writting in R markdown you can state something like:
# my tabset {.tabset}
## first one
## second one
# another section
to get something like the following: (Is it possible to get such behavior in jupyter?)
When writting in R markdown you can state something like:
# my tabset {.tabset}
## first one
## second one
# another section
to get something like the following: (Is it possible to get such behavior in jupyter?)