Carlos Cordoba

Results 39 issues of Carlos Cordoba

See https://stackoverflow.com/q/50243393/438386 and https://pypi.org/project/nest-asyncio/

type:Enhancement

Given that I couldn't find a way to use a Pdb instance from the console kernel to start an IPdb one, we have to switch to a different approach: 1....

v2.0.0

Reported by @goanpeca: We shouldn't show a tab that has empty content, i.e. the _No doc available_ message as the first one.

type:Bug

Also reported by @goanpeca: docrepr should use sass or less in its css, so that it's easy to customize its appearance.

type:Enhancement

docrepr defines some configuration options in its `__init__.py` file: https://github.com/spyder-ide/docrepr/blob/master/docrepr/__init__.py#L20 However, for these options to take effect, you need to do two imports, like this: ``` python import docrepr from...

type:Enhancement

For the problem see here: https://stackoverflow.com/q/58589733/438386

type:Enhancement

I'm creating a PyGMO package for Anaconda, as you can see here https://github.com/conda/conda-recipes/tree/master/pygmo Unfortunately, I've been unable to create a package for Windows 64. I followed the guide in your...

This is needed to make Spyder work correctly with Tensorflow without starting it from a terminal. For example see: http://stackoverflow.com/questions/41344017/why-does-the-tensorflow-module-import-fail-in-spyder-and-not-in-jupyter-notebo ---- @andfoy, this is for 3.2, so please don't worry...

type:Enhancement
component:IPython Console

## Description of Changes - The IPython console and Main interpreter plugins have repeated functionality to keep track of conda/pyenv envs in the system. This PR consolidates that in Main...

type:Enhancement
component:IPython Console
component:Main interpreter