I guess that I need previously to upload the phone.py and capture.csv
into the notebook
thanks a lot
Le mercredi 18 décembre 2013 00:51:55 UTC+1, Jim a écrit :
>
> Use the "load" function, e.g., load("phone.py")
>
> In a notebook cell, type load? then press the TAB key for documentation.
>
>
Use the "load" function, e.g., load("phone.py")
In a notebook cell, type load? then press the TAB key for documentation.
Jim Clark
On Dec 17, 2013, at 2:05 PM, erwin16 wrote:
> I'm new to SAGE, just built and installed it today (5.13) on OSX 10.9
>
> I have a capture.csv data file and a py
I'm new to SAGE, just built and installed it today (5.13) on OSX 10.9
I have a capture.csv data file and a python script phone.py
phone.py --
import csv
import math
import random
import sage.plot.line
import sage.plot.plot3d.shapes2
import sage.rings.polynomial.convolution
import s