Path: csiph.com!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: Riccardo Lemmi Newsgroups: it.comp.lang.python Subject: Re: iPython Followup-To: it.comp.lang.python Date: Mon, 21 Sep 2015 09:13:38 +0200 Organization: Reflab Lines: 14 Message-ID: References: NNTP-Posting-Host: mQohVe4g/kPx3Ni43B/Zxw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@aioe.org User-Agent: KNode/4.4.8 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com it.comp.lang.python:7590 Smith wrote: > Ciao a tutti, > sapete come si fa a salvare il file con ipython? > Grazie 1000 Se intendi le linee della shell di ipython, si fa con: In [6] %save prova 1-5 il comando salva le righe da 1 a 5 in prova.py -- Riccardo Lemmi