Re: [sage-support] sagenb /sage -n=jupyter

2016-01-19 Thread William Stein
On Tuesday, January 19, 2016, HG wrote: > I forget... To improve my english : what "arse" mean ? is it "behind" ? > lol > Yes > > And sorry again, I tried it in sagenb ! > But now I am convinced it wouldn't work ! > > > Le lundi 18 janvier 2016 17:40:26 UTC+1, HG a

[sage-support] sagenb /sage -n=jupyter

2016-01-18 Thread HG
Hi, I can't get no maplotlib graphic inline , is it possible to do it ? %display latex %matplotlib inline import matplotlib.pyplot as plt import numpy as np x=np.linspace(-5,5,100) plt.plot(x,np.sin(x)) # on utilise la fonction sinus de Numpy plt.ylabel('fonction sinus') plt.xlabel("l'axe des

Re: [sage-support] sagenb /sage -n=jupyter

2016-01-18 Thread William Stein
On Mon, Jan 18, 2016 at 8:40 AM, HG wrote: > Hi, > I can't get no maplotlib graphic inline , is it possible to do it ? > %display latex > %matplotlib inline > import matplotlib.pyplot as plt > import numpy as np > x=np.linspace(-5,5,100) > plt.plot(x,np.sin(x)) # on