I'm using spyder of anaconda in Mac, and often switch back and forth between the editor and console. I was wondering if there's a keyboard shortcut to switch fast between these two. It's just not quite convenient to do it with the trackpad. Thanks.
I upgraded from Python(x,y) 2.7.2.3 to 2.7.6.0 in Windows 7 (and was happy to see that I can finally type function_name? and see the docstring in the Object Inspector again) but now the plotting doesn't work as it used to.
…
I try to run the following codes on Spyder (Python 2.7.11):
# -*- coding: utf-8 -*-
import numpy as np
import pandas as pd
%matplotlib inline
import matplotlib.pyplot as plt
import matplotlib.cm as cm
import tensorflow as tf
# …
I am new to python and coming from Matlab and I have installed the latest version of Python(x,y) (2.7.9.0) on my Win 8 64 bit PC.
The problem that I have is that, each time I start Spyder, the default IPython …