- bifurcation (2014) de la console interactive pour Python __IPython__ (2001)
jupyter-notebook (--kernel=nom_du_noyau)
firefox http://localhost:8888/?token=num_jeton
for(auto & x : z) { s+= x; }
jupyter console --existing=ID
où l'on récupère ID
en regardant
localhost:8888/api/kernels
%%script <language>
%%script julia
println(sum(1:10))
from pylab import *
def myplot(x):
a=linspace(0,pi,100)
plot(a,sin(x*a))
from ipywidgets import FloatSlider, ToggleButtons, interact
interact(myplot,x=10)
from IPython.display import YouTubeVideo
YouTubeVideo("w4nl94fU39o")
jupyter nbconvert --to slides --post serve
rise