Discussion:
[Pyzo] Strange behavior in console history
Dietrich Pescoller
2016-09-23 13:44:07 UTC
Permalink
Do some one else have strange behaviors in the Ipython console History
using pyzo?

The history viewer seems to work properly, ie.. if you issue a new command
it updates the history.

If you restart the shell, if you use UP and Down arrow the commands do not
appear.
If you issue a new command and do not restart the shell the arrow work for
that command.

It is strange because the history viewer contains typically all the
commands from older sessions... but those are not recallable from the
Ipython-console

Thanks,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2016-09-24 12:26:13 UTC
Permalink
I think both tools keep track of history separately from each other. While the tool preserves it between sessions, the shell’s own history does not. There is an issue to fix the latter.



From: Dietrich Pescoller
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dietrich Pescoller
2016-09-26 17:14:23 UTC
Permalink
Ok, thanks for the info.

Bye,
Dietrich
ps.: When one runs a command from the History viewer, this goes not into
console history, so it is not recallable via arrow/tab. This would already
help as workoround to the issue.
ps.: Another useful tool, and maybe not to complicated would be to have a
shortcuts/bookmarks in the toolbar to execute few lines of code that the
user can edit and manage. This is a tool
present in Matlab and is very practice.
Post by Almar Klein
I think both tools keep track of history separately from each other. While
the tool preserves it between sessions, the shell’s own history does not.
There is an issue to fix the latter.
*From: *Dietrich Pescoller <javascript:>
*Sent: *23 September 2016 15:44
*To: *Pyzo <javascript:>
*Subject: *[Pyzo] Strange behavior in console history
Do some one else have strange behaviors in the Ipython console History
using pyzo?
The history viewer seems to work properly, ie.. if you issue a new command
it updates the history.
If you restart the shell, if you use UP and Down arrow the commands do not
appear.
If you issue a new command and do not restart the shell the arrow work for
that command.
It is strange because the history viewer contains typically all the
commands from older sessions... but those are not recallable from the
Ipython-console
Thanks,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dietrich Pescoller
2016-10-10 07:23:44 UTC
Permalink
Is there perhaps a temporary manual workaround for this? For instance to
load the history tool entries into console?
This would be already be very useful

Thanks,
Dietrich
Post by Almar Klein
I think both tools keep track of history separately from each other. While
the tool preserves it between sessions, the shell’s own history does not.
There is an issue to fix the latter.
*From: *Dietrich Pescoller <javascript:>
*Sent: *23 September 2016 15:44
*To: *Pyzo <javascript:>
*Subject: *[Pyzo] Strange behavior in console history
Do some one else have strange behaviors in the Ipython console History
using pyzo?
The history viewer seems to work properly, ie.. if you issue a new command
it updates the history.
If you restart the shell, if you use UP and Down arrow the commands do not
appear.
If you issue a new command and do not restart the shell the arrow work for
that command.
It is strange because the history viewer contains typically all the
commands from older sessions... but those are not recallable from the
Ipython-console
Thanks,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
a***@gmail.com
2016-10-10 09:23:00 UTC
Permalink
That’s probably possible. But typing that code into the logger shell each time would be tedious. So you’d have to modify the Pyzo source code.


From: Dietrich Pescoller
Sent: 10 October 2016 09:23
To: Pyzo
Cc: ***@gmail.com
Subject: Re: [Pyzo] Strange behavior in console history

Is there perhaps a temporary manual workaround for this? For instance to load the history tool entries into console?
This would be already be very useful

Thanks,
Dietrich

Il giorno sabato 24 settembre 2016 14:26:14 UTC+2, Almar Klein ha scritto:
I think both tools keep track of history separately from each other. While the tool preserves it between sessions, the shell’s own history does not. There is an issue to fix the latter.
 
 
 
From: Dietrich Pescoller
Sent: 23 September 2016 15:44
To: Pyzo
Subject: [Pyzo] Strange behavior in console history
 
Do some one else have strange behaviors in the Ipython console History using pyzo?

The history viewer seems to work properly, ie.. if you issue a new command it updates the history.

If you restart the shell, if you use UP and Down arrow the commands do not appear.
If you issue a new command and do not restart the shell the arrow work for that command.

It is strange because the history viewer contains typically all the commands from older sessions... but those are not recallable from the Ipython-console

Thanks,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dietrich Pescoller
2016-10-10 12:39:38 UTC
Permalink
Ok,
was thinking there is just a simple line/command to type...

Anyway, do you thing this is something which will be fixed soon? So should
we just wait and be patient, or should we try to find a way to leave with
this issue?

Thanks,
Dietrich
Post by a***@gmail.com
That’s probably possible. But typing that code into the logger shell each
time would be tedious. So you’d have to modify the Pyzo source code.
*From: *Dietrich Pescoller <javascript:>
*Sent: *10 October 2016 09:23
*To: *Pyzo <javascript:>
*Subject: *Re: [Pyzo] Strange behavior in console history
Is there perhaps a temporary manual workaround for this? For instance to
load the history tool entries into console?
This would be already be very useful
Thanks,
Dietrich
I think both tools keep track of history separately from each other. While
the tool preserves it between sessions, the shell’s own history does not.
There is an issue to fix the latter.
*From: *Dietrich Pescoller
*Sent: *23 September 2016 15:44
*To: *Pyzo
*Subject: *[Pyzo] Strange behavior in console history
Do some one else have strange behaviors in the Ipython console History using pyzo?
The history viewer seems to work properly, ie.. if you issue a new command
it updates the history.
If you restart the shell, if you use UP and Down arrow the commands do not appear.
If you issue a new command and do not restart the shell the arrow work for that command.
It is strange because the history viewer contains typically all the
commands from older sessions... but those are not recallable from the
Ipython-console
Thanks,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
a***@gmail.com
2016-10-11 09:00:37 UTC
Permalink
There already is an issue for it. And now wrote it on my personal todo list. Might be a few weeks before I get to it though.

https://github.com/pyzo/pyzo/issues/248



From: Dietrich Pescoller
Sent: 10 October 2016 14:39
To: Pyzo
Cc: ***@gmail.com
Subject: Re: [Pyzo] Strange behavior in console history

Ok,
was thinking there is just a simple line/command to type...

Anyway, do you thing this is something which will be fixed soon? So should we just wait and be patient, or should we try to find a way to leave with this issue?

Thanks,
Dietrich

Il giorno lunedì 10 ottobre 2016 11:23:00 UTC+2, Almar Klein ha scritto:
That’s probably possible. But typing that code into the logger shell each time would be tedious. So you’d have to modify the Pyzo source code.
 
 
From: Dietrich Pescoller
Sent: 10 October 2016 09:23
To: Pyzo
Cc: ***@gmail.com
Subject: Re: [Pyzo] Strange behavior in console history
 
Is there perhaps a temporary manual workaround for this? For instance to load the history tool entries into console?
This would be already be very useful

Thanks,
Dietrich

Il giorno sabato 24 settembre 2016 14:26:14 UTC+2, Almar Klein ha scritto:
I think both tools keep track of history separately from each other. While the tool preserves it between sessions, the shell’s own history does not. There is an issue to fix the latter.
 
 
 
From: Dietrich Pescoller
Sent: 23 September 2016 15:44
To: Pyzo
Subject: [Pyzo] Strange behavior in console history
 
Do some one else have strange behaviors in the Ipython console History using pyzo?

The history viewer seems to work properly, ie.. if you issue a new command it updates the history.

If you restart the shell, if you use UP and Down arrow the commands do not appear.
If you issue a new command and do not restart the shell the arrow work for that command.

It is strange because the history viewer contains typically all the commands from older sessions... but those are not recallable from the Ipython-console

Thanks,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dietrich Pescoller
2016-10-11 10:12:23 UTC
Permalink
Thanks
Dietrich
Post by a***@gmail.com
There already is an issue for it. And now wrote it on my personal todo
list. Might be a few weeks before I get to it though.
https://github.com/pyzo/pyzo/issues/248
*From: *Dietrich Pescoller <javascript:>
*Sent: *10 October 2016 14:39
*To: *Pyzo <javascript:>
*Subject: *Re: [Pyzo] Strange behavior in console history
Ok,
was thinking there is just a simple line/command to type...
Anyway, do you thing this is something which will be fixed soon? So should
we just wait and be patient, or should we try to find a way to leave with
this issue?
Thanks,
Dietrich
That’s probably possible. But typing that code into the logger shell each
time would be tedious. So you’d have to modify the Pyzo source code.
*From: *Dietrich Pescoller
*Sent: *10 October 2016 09:23
*To: *Pyzo
*Subject: *Re: [Pyzo] Strange behavior in console history
Is there perhaps a temporary manual workaround for this? For instance to
load the history tool entries into console?
This would be already be very useful
Thanks,
Dietrich
I think both tools keep track of history separately from each other. While
the tool preserves it between sessions, the shell’s own history does not.
There is an issue to fix the latter.
*From: *Dietrich Pescoller
*Sent: *23 September 2016 15:44
*To: *Pyzo
*Subject: *[Pyzo] Strange behavior in console history
Do some one else have strange behaviors in the Ipython console History using pyzo?
The history viewer seems to work properly, ie.. if you issue a new command
it updates the history.
If you restart the shell, if you use UP and Down arrow the commands do not appear.
If you issue a new command and do not restart the shell the arrow work for that command.
It is strange because the history viewer contains typically all the
commands from older sessions... but those are not recallable from the
Ipython-console
Thanks,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...