Re: [spyder] Zooming text in Editor and Console in Spyder. How do I do it?

2017-01-27 Thread fchirono
On my computer (Ubuntu 16.04 + Anaconda/Python 3.5) it is "Ctrl Shift + " to zoom in the console, and "Ctrl -" to zoom out. For the Editor, just "Ctrl +" and "Ctrl -" will do the trick. On Friday, January 27, 2017 at 12:37:50 PM UTC, ces...@uci.edu wrote: > > On the Mac, the console is

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

2017-01-18 Thread fchirono
Personally, I think it's easier to navigate and change the directory using the File Explorer than the toolbar; besides, I find it's a bit counter intuitive to have changes in one mirrored by changes in the other going both ways, but at the same time have changes in the working directory

[spyder] Re: Where is the Object Inspector tab?

2016-11-08 Thread fchirono
Hi, I believe what used to be the "Object Inspector" is now the "Help" tab - at least both tabs have the same layout and can be used to display the documentation for the different functions. Kind Regards, Fabio On Saturday, November 5, 2016 at 9:43:23 PM UTC, Mp R wrote: > > I can't see it in

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

2016-10-18 Thread fchirono
Hi all, I'm not sure if this is an issue with Spyder or with Anaconda, but here it goes; I raised this same question on Stack Overflow a few days ago, so I'm just gonna copy the same text here. I've been using Spyder 2 as my default Python IDE for

[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

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

2016-10-20 Thread fchirono
Hi Carlos, No worries about it :) Considering the amazing job you guys do with Spyder, this is a very, very minor problem. Looking forward to the next update! Many thanks, Fabio On Thursday, October 20, 2016 at 1:20:23 AM UTC+1, Carlos Córdoba wrote: > > Hi Fabio, > > I can confirm this is a

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

2017-01-09 Thread fchirono
Hi all, So, slightly related issue: now the IPython console working directory updates automatically when I change the directory in the toolbar, which is great! However, when I use the "file explorer" tab to navigate the file structure in the computer, even though I can see the directory

[spyder] Re: Fat Black Cursor Replacement and Stopping The Text Overwriting

2017-05-15 Thread fchirono
Hi Vuk, If I understand your problem correctly, you need to press the "Insert" key to change the cursor behaviour between the "fat" cursor (that overwrites characters with the ones you type) and the "thin" cursor (that simply inserts new characters when you type). This is not really related to

[spyder] Re: graphics window

2017-09-08 Thread fchirono
Hi Jean-Philippe, Go to "Tools" - "Preferences" - "IPython Console" - "Graphics", and select your graphics backend to "Automatic"; that should bring the separate graphic window back whenever you plot something on Matplotlib. Hope this helps! Fabio On Wednesday, September 6, 2017 at 5:43:13

[spyder] Adding Spyder icon (Favorites bar) on Ubuntu 18.04

2018-11-06 Thread fchirono
Hi, not sure if this is a Spyder issue or a Ubuntu issue, but let's give it a try here first. I have freshly installed Ubuntu 18.04 and Anaconda (with Python 3.7) in my laptop, and I'm now trying to set up a launch icon for Spyder - something I've done many times in the past couple of years