Moodle Plugins directory: SageCell: Versions: 1.06 | Moodle.org

SageCell
Filters ::: filter_sagecell
Maintained by
Eugene Modlo,
Sergey Semerikov
A Moodle filter plug-in to view results of Sage code using the SageMathCell server.
It embeds any code as plain text.
This filter will replace Sage code in [sage]...[/sage] block with the result of calculations in embedded sagecell.
SageCell 1.06
Moodle 3.4
Released: среда, 31 января 2018, 21:11
SageCell
A Moodle filter plug-in to view results of Sage code using the SageMathCell server. It embeds any code as plain text.
NOTICE: this software is in no way endorsed by or affiliated with the official SageMath project or team.
- This filter will replace Sage code in [sage]...[/sage] block
- with the result of calculations in embedded sagecell.
Installation
To install (on Moodle 3.4+):
- Un-compress the Zip/Gzip archive, and copy the folder renamed 'sagecell' to your moodle/filter/ directory.
- Log in to Moodle as admininstrator, go to Site Administration | Plugins | Filters | Manage Filters.
- Choose 'On' or 'Off but available' in the drop-down menu next to 'SageCell'.
Usage
The syntax to embed a Sage code:
[sage]...[/sage]
Links
- Moodle plugin entry: http://moodle.org/plugins/view.php?plugin=filter_sagecell
- Code, Git: https://github.com/eugenemodlo/moodle-filter_sagecell
- Demo : http://vtutor.ccjournals.eu/course/view.php?id=39
- "Why square brackets?", http://bitbucket.org/nfreear/timelinewidget/src/tip/filter.php#cl-36
Notes
- Tested in Moodle 3.4.1
- No database access, JavaScript only
- Filter syntax is case-sensitive.
Notices
SageCell plugin, Copyright © 2015-2018 Eugene Modlo, Sergey Semerikov.
- License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
Version information
- Version build number
- 2018013000
- Version release name
- 1.06
- Maturity
- Стабильная версия
- MD5 Sum
- 6723cf91b4d9187779abf145b560b6a4
- Supported software
- Moodle 3.4
- Latest release for Moodle 3.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
Default installation instructions for plugins of the type Filters
- Make sure you have all the required versions.
- Download and unpack the filter plugin.
- Place the folder (eg "myfilter") in the "filter" subdirectory.
- Visit http://yoursite.com/admin to finish the installation