I have a Sage cell in a web page, for example this one here:
Paragraph 
https://pretextbook.org/examples/sample-article/html/section-sage-cells.html#p-25

The link should take you to a cell that is configured with:
makeSagecell({
    inputLocation: 'pre.sagecell-r',
    linked: true,
    languages: ['r'],
    evalButtonText: 'Evaluate (R)'
})

In particular, note that it is configured to use R. I would like to use the 
"pracma" package for R, but it is not installed. Is it possible to use a 
Sage cell in this way and use the pracma package?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/b89d35a6-85b1-478b-bfc0-41eba02d29f0n%40googlegroups.com.

Reply via email to