Description Usage Value Note Examples
mediate access to python modules
1 | scEls()
|
list of (S3) "python.builtin.module"
Returns a list containing objects sc
and pd
that refer to Python modules SureTypeSC and pandas, respectively.
1 2 3 4 5 6 7 | els = scEls()
els
##$sc
##Module(SureTypeSC)
##$pd
##Module(pandas)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.