Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66447
| From | greymausg <greymaus@mail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: ipython |
| Date | 2014-02-15 14:55 +0000 |
| Message-ID | <slrnlfuvjb.80i.greymaus@gmaus.org> (permalink) |
| References | <slrnlfulce.1hm.greymaus@gmaus.org> <mailman.6989.1392467166.18130.python-list@python.org> <slrnlfurts.1lf.greymaus@gmaus.org> |
On 2014-02-15, greymausg <greymaus@mail.com> wrote: > On 2014-02-15, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: >> On 15/02/2014 11:55, greymausg wrote: >>> using IPython, is there any way of recording the commands I have entered? >>> >> >> I believe ipython automatically stores the commands you enter. >> Searching for ipython+command+history should get you more detail than I >> can offer :) >> > > What I was thinking of is like a perl Module WWW::Mechanize::Shell, > which has a script included, "wwwshell.pl", which allows you to > enter commands to explore web sites, then enter "source x", Sorry "script x" > and it will save the commands you have used to a script, 'x'. > This can be run straight to do what you want, say scraping a > web site. > > -- maus . . ...
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
ipython greymausg <greymaus@mail.com> - 2014-02-15 11:55 +0000
Re: ipython Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-15 12:25 +0000
Re: ipython greymausg <greymaus@mail.com> - 2014-02-15 13:55 +0000
Re: ipython greymausg <greymaus@mail.com> - 2014-02-15 14:55 +0000
Re:ipython Dave Angel <davea@davea.name> - 2014-02-15 08:14 -0500
Re: ipython Peter Otten <__peter__@web.de> - 2014-02-15 15:50 +0100
csiph-web