Re: [Tutor] iPython notebook In [*]: numbering

2014-01-15 Thread Oscar Benjamin
On 15 January 2014 21:55, Steven D'Aprano wrote: > I'm glad that Eryksun was able to help, now would somebody like to > explain what was going on? > > I don't even understand the answer given. I tried entering "Kernel => > Restart" at the iPython prompt, and got a SyntaxError. IPython notebooks a

Re: [Tutor] iPython notebook In [*]: numbering

2014-01-15 Thread eryksun
On Wed, Jan 15, 2014 at 4:55 PM, Steven D'Aprano wrote: > On Wed, Jan 15, 2014 at 01:55:53PM +0100, Christoph Kukulies wrote: >> Am 14.01.2014 15:27, schrieb eryksun: >> >Did you try restarting the kernel and then recalculating the cells? >> > >> > Kernel => Restart >> > Cell => Run All

Re: [Tutor] iPython notebook In [*]: numbering

2014-01-15 Thread Steven D'Aprano
On Wed, Jan 15, 2014 at 01:55:53PM +0100, Christoph Kukulies wrote: > Am 14.01.2014 15:27, schrieb eryksun: > >On Tue, Jan 14, 2014 at 3:22 AM, Krischu > >wrote: > >>When I started I had In [0]:, In[1] etc. > >> > >>Now the notebook starts with In [2]:, In [3]: then In [9]: > >> > >>Yesterday bef

Re: [Tutor] iPython notebook In [*]: numbering

2014-01-15 Thread Christoph Kukulies
Am 14.01.2014 15:27, schrieb eryksun: On Tue, Jan 14, 2014 at 3:22 AM, Krischu wrote: When I started I had In [0]:, In[1] etc. Now the notebook starts with In [2]:, In [3]: then In [9]: Yesterday before storing and leaving the notebook I suddenly had all In[]'s marked like In [*]: Is there a

Re: [Tutor] iPython notebook In [*]: numbering

2014-01-14 Thread eryksun
On Tue, Jan 14, 2014 at 3:22 AM, Krischu wrote: > When I started I had In [0]:, In[1] etc. > > Now the notebook starts with In [2]:, In [3]: then In [9]: > > Yesterday before storing and leaving the notebook I suddenly had all In[]'s > marked like In [*]: > > Is there a method behind this? Can one

[Tutor] iPython notebook In [*]: numbering

2014-01-14 Thread Krischu
Hi, I'm new to python and ipython. After the first steps I did I found that the numbering scheme in the Webapp (notebook) is kind of unpredicatble. When I started I had In [0]:, In[1] etc. Now the notebook starts with In [2]:, In [3]: then In [9]: Yesterday before storing and leaving the noteb