Skip to main content

Improved version of the octave interface for Sage

Project description

This project provides an improved version of the SageMath interface for Octave: sage/interfaces/octave.py and obviously depends on Sage.

Installation

pip install sage-octave

This works on SMC and creates

.local/lib/python2.7/site-packages/octave.py

Run

This can be used in Sage as follows:

sage: from octave import octave

It also works in a SMC Sage worksheet.

Changes

  1. Recovery from syntax error without losing sync

    Syntax errors are marked with >>> which was confused with the prompt character. We use the full default Octave prompt sequence instead (also continuation lines PS2).

  2. Disable pagination to allow large matrices to be imported to Sage

  3. Support ^C keyboard interrupt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sage_octave-0.1.6.tar.gz (9.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page