Re: [spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-19 Thread Carlos Córdoba
Are you using Python 2 or 3? El 19/10/16 a las 20:05, Jack escribió: I got the similar issue in Spyder 3.0.0 and even Spyder 3.0.1 after run the following code import sys reload(sys) The error code in internal console are as follows >>> Traceback (most recent call last): File

[spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-19 Thread Jack
I got the similar issue in Spyder 3.0.0 and even Spyder 3.0.1 after run the following code import sys reload(sys) The error code in internal console are as follows >>> Traceback (most recent call last): File "C:\Anaconda\lib\site-packages\qtconsole\base_frontend_mixin.py", line 163, in

Re: [spyder] Re: Spyder 3 “Set Console Working Directory” button missing

2016-10-19 Thread Carlos Córdoba
Hi Fabio, I can confirm this is a bug, and I'm very sorry for it! As part of a big refactoring we did to improve how Spyder is connected to our IPython consoles, I forgot to reconnect the Working Directory toolbar to them. I opened an issue about it

[spyder] [ANN] Spyder 3.0.1 is released!

2016-10-19 Thread Carlos Córdoba
Hi all, On the behalf of the Spyder Project Contributors (https://github.com/spyder-ide/spyder/graphs/contributors), I’m pleased to announce that Spyder 3.0.1 has been released and is available for Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases This release

[spyder] Re: Spyder 3 “Set Console Working Directory” button missing

2016-10-19 Thread fchirono
Hi Jitse, Thank you for your reply and the link with the discussion; it does clarify things, and the new behaviour does makes sense - except that it doesn't work on my Spyder installations :P I've just tried changing the directory on my office machine (Ubuntu 16.04) and on my personal laptop

[spyder] Re: Spyder from browser not X Windows

2016-10-19 Thread Jitse Niesen
On Tuesday, 18 October 2016 20:22:53 UTC+1, James Madison wrote: > > > How do I get Spyder to run in Linux in a way that lets the user hit it > from a browser on Windows? > If I understand what you want, that is not possible. The User Interface runs in a window, not in the browser. I think you

[spyder] Re: Permanently visible index column in DataFrame viewer

2016-10-19 Thread Jitse Niesen
On Wednesday, 19 October 2016 14:54:19 UTC+1, robert...@jku.at wrote: > > > I am using Spyder 3.0.0b5. I notice the following in the DataFrame viewer: > > When scrolling down, the row of column names (df.columns) stay permanently > visible. > However, when scrolling right, the index column

[spyder] Re: Spyder 3 “Set Console Working Directory” button missing

2016-10-19 Thread Jitse Niesen
Hello, With Spyder 3, the directory in the IPython console is automatically updated after you change the directory in the toolbar (to the left of the "folder" icon). The "Set Console Working Directory" was then removed because it was not so useful. Does that make sense to you? It's important

[spyder] Permanently visible index column in DataFrame viewer

2016-10-19 Thread robert . pollak
Hello, I am using Spyder 3.0.0b5. I notice the following in the DataFrame viewer: When scrolling down, the row of column names (df.columns) stay permanently visible. However, when scrolling right, the index column (df.index) scrolls off to the left. Is it possible to keep the index visible