Re: [spyder] Terminal sistema operativo

2024-04-24 Thread Carlos Córdoba

Hola,

Estás usando Spyder con nuestro propio instalador para Windows o Anaconda?

En el primer caso, no es posible usar la terminal porque el instalador 
es completamente auto-contenido y no permite instalar paquetes 
adicionales (la terminal estuvo disponible hasta hace unas versiones 
pero tuvimos que removerla porque introduce problemas en versiones 
antiguas de Windows).


En el segundo caso, es posible, pero tienes q crear un ambiente 
adicional para Spyder con el comando


|conda create -n spyder-env -c conda-forge python=3.10 spyder 
spyder-terminal |



Un saludo,
Carlos

El 21/04/24 a las 18:32, Luis Carlos Trotta escribió:

Buenas tardes, tengo instalada la última versión de Spyder y en View / 
panes, no aparece la opción "Terminal", que permitía conectarse con el 
sistema operativo, por ejemplo: C:\Users\thinkpad>

Como puedo acceder ahora a esa opción?

Muchas gracias, cordiales saludos
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/acd5af26-d266-4a75-ada4-e456700a4ba0n%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c796c633-4e30-494a-db40-395111eca9b2%40gmail.com.


Re: [spyder] Where can I find the "pandas_sphinx_theme" used by spyder-doc

2024-04-24 Thread Carlos Córdoba

Hi,

This is the repo of our theme:

https://github.com/spyder-ide/spyder-docs-sphinx-theme

However, it has several disadvantages: it only works with Sphinx 3 and 
doesn't support the latest features in pydata-sphinx-theme.


That's why we're in the process of dropping that theme, which is a fork 
of an old version of pydata-sphinx-theme, and use that instead (but 
customized to look as closely as possible as our current theme).



Cheers,
Carlos

El 16/04/24 a las 19:03, Minhong Mi escribió:
Hi, I really like the sphinx theme used by the Spyder documentation 
page. But, I was not able to find the "pandas_sphinx_theme" specified 
in the conf.py file anywhere in the source repo, or even on the 
internet. Could anyone point me to the right location? Thanks! --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f4f8c595-727f-4ccd-92d6-e52a73a6d93fn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e0571b5e-311e-a605-ed6f-7d3f020a0f9c%40gmail.com.


Re: [spyder] Getting the tab key to work like a tab key

2024-04-24 Thread Carlos Córdoba

Hi,

Unfortunately, that’s hard-coded in the code, so it’s not possible to 
disable the extra things |Tab| does.


Cheers,
Carlos

El 16/04/24 a las 7:05, Jack Ganssle escribió:

Is there some way to make the tab keyboard key work like a normal tab 
key? As an old C programmer I instinctively use tab to tab over around 
8 spaces at a time, especially when lining up in-line comments.


Even stranger, if I use the tab key to indent 2 spaces, Spyder gives 
an error ("Uindent does not match any outer indent levels"). For we 
old C types a tab is just a way to insert spaces. Spyder seems to have 
some other take on this.


Any help would be appreciated.
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6f72bd86-8bb4-4ee6-bc7e-ad4a2ea6d576n%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/08b0fb24-685c-1778-f813-614e900916e7%40gmail.com.


[spyder] [ANN] Spyder 5.5.3 is released!

2024-04-03 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.5.3* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release came four days after version 5.5.2 and it contains the 
following important fix:


 * Fix critical error when starting IPython console kernels on macOS
   and Linux in conda environments.

In this release we fixed 1 issue and not merged any pull request. For a 
full list of fixes, please see our Changelog 
.


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!



Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c536a4c0-75a5-3f54-125f-224bf10abc2d%40gmail.com.


Re: [spyder] Ctrl+Shift_E

2023-10-03 Thread Carlos Córdoba

Hi Irene,

This problem is fixed in our latest version available in Anaconda 
(5.4.3). Please update by closing Spyder, opening the Anaconda Prompt 
and running there the commands mentioned in our documentation 
.



Cheers,
Carlos

El 25/09/23 a las 4:28, Irène Durand escribió:


Hi,
I can't have the key Ctrl+Shift+E (to move cursor to the editor) working.
The key Ctrl+Shift+I to go from editor to console works fine.
I am with Spyder 5.3.3 and Python 3.10.12 64-bit | Qt 5.15.2 | PyQt5 
5.15.7 | Linux 5.15.0-84-generic

Any clue?

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e11ff29a-9c09-4959-b7ce-f41c28a3e648n%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/cd078405-f14e-c1fd-1b07-93d6772b71ed%40gmail.com.


Re: [spyder] Problem with work on 4K display

2023-07-06 Thread Carlos Córdoba

Hi,

You need to adjust your screen resolution in Spyder to fix this problem.

For that, please go to the menu

|Tools > Preferences > Application > Interface |

and change the options related to |Screen resolution| there until you 
get the appropriate appearance.



Cheers,
Carlos

El 1/07/23 a las 3:04, Volodia Hordiichuk escribió:


I upgraded my laptop, and now im use 4k display instead of FullHD.

And ran into the following problem:
all icons and Settings menu are displayed incorrectly and are not 
readable...


Без імені.png
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/26e46b22-ec3c-4257-8069-d21cf65f1fa2n%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c2da2efa-2b3f-61c4-11da-81fc351f90a8%40gmail.com.


[spyder] [ANN] Spyder 6.0 alpha1 is released!

2023-06-20 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce the first alpha of our next major version: Spyder *6.0*.


We’ve been working on this version for more than one year now and it’s 
working relatively well. There are still several bugs to squash but we 
encourage all people who like the bleeding edge to give it a try. This 
alpha version includes more than 960 commits over our latest stable 
version (5.4.3).


Spyder 6.0 comes with the following interesting new features and fixes:

 *

   New features

 o New installers for Windows, Linux and macOS based on Conda and
   Conda-forge.
 o Add a Debugger pane to explore the stack frame of the current
   debugging session.
 o Add a button to the Debugger pane to pause the current code
   execution and enter the debugger afterwards.
 o Add submenu to the |Consoles| menu to start a new console for a
   specific Conda or Pyenv environment.
 o Show Matplotlib backend state in status bar.
 o Make kernel restarts be much faster for the current interpreter.
 o Turn |runfile|, |debugfile|, |runcell| and related commands to
   IPython magics.
 *

   Important fixes

 o Restore ability to load Hdf5 and Dicom files through the
   Variable Explorer (this was working in Spyder 4 and before).
 *

   New API features

 o Generalize Run plugin to support generic inputs and executors.
   This allows plugins to declare what kind of inputs (i.e. file,
   cell or selection) they can execute and how they will display
   the result.
 o Add a new plugin for the files and symbols switcher.
 o Declare a proper API for the Projects plugin.

For a more complete list of changes, please see our changelog 



You can easily install this alpha if you use conda by running:

|conda install -c conda-forge/label/spyder_dev -c 
conda-forge/label/spyder_kernels_rc -c conda-forge spyder=6.0.0a1 |


Or you can use pip with this command:

|pip install --pre -U spyder |


Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6d3058b1-d7bf-02ce-ecd8-ad7892014bf4%40gmail.com.


Re: [spyder] Using PyPy with Spyder-IDE

2023-05-22 Thread Carlos Córdoba

Hi,

Yeah, it should be possible now. You need to install the Spyder-kernels 
package on your PyPy environment using pip:


|pip install spyder-kernels |

and then connect to it to Spyder as described here:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Cheers,
Carlos

El 20/05/23 a las 14:53, Thomas Willert escribió:


Hi Carlos,

in an old conversion on stackoverflow 
(https://stackoverflow.com/questions/53254882/is-it-possible-to-use-the-pypy-interpreter-in-spyder-on-windows-10) 
you said, Spyder-IDE can't run with PyPy because of missing Pyzmq 
wheels for PyPy on Windows. Actually there are Pyzmq wheels for PyPy.

Is there now a way to use PyPy with Spyder-IDE?

Thomas
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/00d73778-20a7-4dda-b0f9-eabda1c413aan%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2cef6ebf-93c7-8787-c782-b32e073a0671%40gmail.com.


Re: [spyder] Float formatting in IPython console

2023-05-18 Thread Carlos Córdoba

Hi,

I think what you need is explained in this StackOverflow answer:

https://stackoverflow.com/questions/4018167/how-to-set-number-of-digits-for-float-point-output-in-ipython


Cheers,
Carlos

El 2/05/23 a las 16:55, Emma Worthington escribió:

Hi,

When outputting a float array in the console, the values are in 
scientific notation. Is there any way to change the output format? 
I've had no luck searching the Preferences.


thanks,

Emma
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/78db7a73-6980-4344-b925-9a4040e640abn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5cba8b5d-723f-73f7-874f-3d355bd14888%40gmail.com.


Re: [spyder] VPython in Spyder

2023-05-18 Thread Carlos Córdoba

Hi,

Please read this entry in our docs:

https://docs.spyder-ide.org/5/faq.html#using-packages-installer

if you're using our Windows or Mac installer; or this one:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment

if you're using another installation media to understand how to solve 
your problem.



Cheers,
Carlos

El 17/05/23 a las 20:01, Harlan Gilbert escribió:

Is anyone using VPython successfully in Spyder?

I cannot import VPython into Spyder.
VPython is already installed in my executable library.

Running a program with/
/
/import VPython /
gives me the error *ModuleNotFoundError: No module named 'VPython'*

In the Console,
/%pip install VPython /gives me the message below, with errors.

Any suggestions?

Error message 
follows___

  Using cached vpython-7.6.4.tar.gz (4.5 MB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'error'
  error: subprocess-exited-with-error

  pip subprocess to install build dependencies did not run successfully.
  exit code: 1

  [17 lines of output]
  Collecting setuptools
    Using cached setuptools-67.7.2-py3-none-any.whl (1.1 MB)
  Collecting wheel
    Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-7.1.0-py3-none-any.whl (43 kB)
  Collecting cython
    Using cached Cython-0.29.34-py2.py3-none-any.whl (988 kB)
  Collecting packaging>=20.0 (from setuptools_scm)
    Using cached packaging-23.1-py3-none-any.whl (48 kB)
  Collecting typing-extensions (from setuptools_scm)
    Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
  Installing collected packages: wheel, typing-extensions, setuptools, 
packaging, cython, setuptools_scm

  ERROR: Cannot set --home and --prefix together
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/54912eb6-8eed-4af6-ba4f-6d771d68949dn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e304caea-bd39-e132-79db-724116dba58d%40gmail.com.


Re: [spyder] CUDA_VISIBLE_DEVICES=0 python train.py --epochs 100 \

2023-05-18 Thread Carlos Córdoba

Hi,

That code is not meant to be run in the IPython console. Instead, you 
need to run it in a system terminal (i.e. cmd.exe on Windows or Terminal 
on macOS).



Cheers,
Carlos

El 18/05/23 a las 13:07, Yahya Obad escribió:

CUDA_VISIBLE_DEVICES=0 python train.py --epochs 100 \
                           ^
why when I run this code it shows me this syntax error. please help

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/d5f42266-310b-4e83-9b80-1667c2c79e43n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/39598e3a-619e-730f-47df-3b685e5e24a6%40gmail.com.


Re: [spyder] Where to get Spyder UML class diagrams for Spyder architecture ?

2023-05-18 Thread Carlos Córdoba

Hi Rich,

We don't have such diagrams, but we have a tutorial that explains how to 
build Spyder plugins:


http://docs.spyder-ide.org/current/workshops/plugin-development.html

It's a bit outdated but it can help you to get started.


Cheers,
Carlos

El 24/04/23 a las 2:44, Rich Lysakowski escribió:

Where might I find Spyder UML object diagrams?

How can I generate UML diagrams for Spyder?   I want to understand its 
object and inheritance hierarchy for the latest version.


Inquiring minds want to know...

Thank you

Rich Lysakowski, Ph.D.
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/9cf01ed6-950e-4d20-b1db-46306a1192a7n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/ddbb204a-dcac-c9d3-d6aa-2b39487f0f99%40gmail.com.


Re: [spyder] TCL/Tk for Tkinter

2023-04-05 Thread Carlos Córdoba

Hi,

I have a couple of questions for you to better understand your problem.

 * How did you install Spyder? Did you Anaconda, our own Mac installer,
   or another installation method?
 * Could you post a simple code example that generates your error? That
   way we can try to reproduce it and fix it on our side.


Cheers,
Carlos

El 5/04/23 a las 2:33, Layla Jackson escribió:

I am getting an error message when trying to use Tkinter on Spyder for 
python GUI coding.

TclError: Can't find a usable init.tcl in the following directories:
  probably means Tcl wasn't properly installed

I am using a M2 MacBook Air , I have tried deleting and re-installing 
Spyder and still no luck getting it to work.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6a26efd4-1594-4a4f-a5e2-d3dcb3983d20n%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/4306740d-c6e9-085d-be40-cf53134ceab6%40gmail.com.


Re: [spyder] Spyder reset

2023-03-21 Thread Carlos Córdoba

Hi,

Did you use the file that opens by default the first time Spyder starts 
to save your code? Or did you use other file or files instead?



Cheers,
Carlos

El 20/03/23 a las 11:37, Davide Vogliano escribió:
Hello everyone, today I reset Spyder to factory deafaults but I lost 
all my codes.

Is there a method to recover them? from the cache?
Thank you!
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2f268076-c6ee-4069-af42-5fe2562cec37n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/1ffdbed4-d782-1720-3f84-a4264bd9fbd7%40gmail.com.


Re: [spyder] Spyder script scope, 5.3.3

2023-02-09 Thread Carlos Córdoba

Hi,

This behavior was changed in Spyder 4 (if I’m not mistaken) to prevent 
people from inadvertently using variables defined in the console when 
rerunning a file.


For instance, they could have removed a variable in their code that it’s 
still present in the console from a previous run. So this would give the 
impression that everything is working fine, when in reality it’s not 
(i.e. the code will fail to run in another person’s computer). So, I’d 
say chatGPT is right about this one in the sense that the code you’re 
trying to run doesn’t stand on its own. Furthermore, it’s a bad practice 
to write code like that and should be avoided as much as possible.


But you can revert back to the old behavior by going to the menu

|Run > Configuration per file |

and selecting there the option

|Run in console's namespace instead of an empty one. |

Cheers,
Carlos

El 30/01/23 a las 20:25, Ryan Enos escribió:


I just updated Spyder, and now I have the following issue.
If I enter in the console:
>>> a = 1
>>> print(a)
1
Then if I run the following single-line script:
print(a)

I get the error:
NameError: name 'a' is not defined

Even though 'a' is clearly defined in the Variable Explorer.

According to chatGPT, Python has always worked this way, with a script 
apparently having it's own 'scope', without access to global variables.
I've used Python for years and never heard anything remotely like 
this. I access global variables from scripts all the time and never 
had an issue, in both ABAQUS and Spyder. Then suddenly I update Spyder 
and have this issue. Can someone please explain why it worked for me 
before and not now? And how I can fix this?


chatGPT says add the line 'global a', which is not acceptable solution 
for me even if it worked, but even that doesn't solve the error.


Thanks,
Ryan
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/4a403439-4d4f-4d08-8c3c-5ae247c749ffn%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c311665e-adbc-b6c7-d510-17ddb6c61eb7%40gmail.com.


Re: [spyder] install opencv library

2023-02-09 Thread Carlos Córdoba

Hi,

Please read these instructions

http://docs.spyder-ide.org/current/faq.html#using-existing-environment

or these

https://docs.spyder-ide.org/5/faq.html#using-packages-installer

according to how you installed Spyder to solve your problem.


Cheers,
Carlos

El 6/02/23 a las 9:40, Reza Esmaeilpanah escribió:
I have just installed Spyder and I have problem with installing opencv 
library. I have installed it on spyder's terminal part but when I 
import cv2, it shows the no module named cv2 error. --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/cc0ee499-838f-451c-84f0-96a3802edc3dn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/fd471c17-e580-8633-c8b5-30bd383e9365%40gmail.com.


Re: [spyder] Error message popping - Please help

2023-02-09 Thread Carlos Córdoba

Hi,

You need to click on the link that appears on the message show on the 
image. Then, you need to follow the instructions mentioned on the 
webpage that will be open afterwards.


Let us know if you're able to follow that procedure.


Cheers,
Carlos

El 8/02/23 a las 0:15, Osheen Joseph escribió:

Hi,

I am new to Spyder, and have no knowledge in coding.

An error message popped up when I was trying to run a programme 
(Please see attached image). Can somebody please help me rectify this?


Thank you
Osheen
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/8abab79f-7cda-4117-ae63-85ed9a5d60b9n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e26c5921-522c-0744-e54c-6723917593de%40gmail.com.


Re: [spyder] Error message : missing dependencies IPython>=7.31.1;<8.0.0 : 8.8.0 (NOK)

2023-01-20 Thread Carlos Córdoba

Hi,

You need to install an IPython version compatible with Spyder 5.3.3. To 
do that, you need to close Spyder, please open the Anaconda Prompt and 
run there the following command


    conda install ipython=7.34


Cheers,
Carlos

El 20/01/23 a las 10:39, Cyrille Vernier escribió:

I have just installed Anaconda and Spyder, version 5.3.3 under Windows 10.

I keep getting the following message each time I open Spyder through 
the Anaconda navigator :


You have missing dependencies

#Mandatory
IPython>=7.31.1;<8.0.0 : 8.8.0 (NOK)

How to solve this issue ?

Thanks
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f61e19b8-25d7-4b4a-9aa0-0f5198c3c42en%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5dc9a199-c9c5-57de-5e60-439e16f02f92%40gmail.com.


Re: [spyder] permisos

2023-01-20 Thread Carlos Córdoba

Hola

Esta lista de correo es pública, así que todos los mensajes que son 
contestados en ella van a ser leídos por todos sus demás miembros.


Si quieres agradecerle a una persona en específico, debes enviarle un 
email a esa persona directamente en lugar de hacerlo al email de la lista.



Un cordial saludo,
Carlos

El 20/01/23 a las 6:52, Luis Carlos Trotta escribió:
Buenos días!!, muchas gracias por darme la oportunidad de integrar 
este grupo de intercambio!!! Qusiera, si es posible, tener los 
permisos para contestar conversaciones al autor. Por ejemplo, yo 
publiqué una pregunta y me la contestó Carlos, quise agradecerle a él, 
pero lo tuve que hacer a todos, porque me dice que no tengo permisos. 
Como se gestionan esos permisos? muchas gracias y saludos 
cordiales --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/a87be85f-4a73-4770-bff8-c135ef9f6846n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/7adca2e0-91f4-6eae-abe4-d3201decf93d%40gmail.com.


Re: [spyder] Interactive plots in spyder notebook

2023-01-20 Thread Carlos Córdoba

Hi,

Unfortunately, Spyder-notebook doesn't support the Matplotlib notebook 
backend right now and we don't know when we'll have time to fix that, sorry.



Cheers,
Carlos

El 20/01/23 a las 6:48, Anestis Doutsis escribió:
In jupyter notebooks i would use %matplotlib notebook, to obtain a 
plot where you can zoom in and move in the plot. Using this magic in 
spyder notebook, results in the following error: "JavaScript output is 
disabled in JupyterLab".


%matplotlib widget or %matplotlib ipympl return an inline plot of a 
larger size. However no options to zoom in the plot or move around in it.


Is this behaviour normal? Anything that i can do to have the behaviour 
as described for jupyter notebooks?



* Spyder version: 5.3.3  (conda)
* Python version: 3.9.12 64-bit
* Qt version: 5.15.2
* PyQt5 version: 5.15.7
* Operating System: Windows 11 (note within spyder OS is stated as 
Windows 10)

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/98722238-d669-4c5f-8ca7-31f6aa039a94n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/22ba468c-2b75-d7d2-1594-e2bbab78c6da%40gmail.com.


Re: [spyder] doubt

2023-01-20 Thread Carlos Córdoba

Hi,

Are you talking about the Variable Explorer or a specific column inside 
it? Sorry but that's not clear from your screenshot alone.



Cheers,
Carlos

El 20/01/23 a las 4:30, Joeal escribió:


322.PNG
what is the use of this column
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2e352566-02ef-49ba-88b5-568c27c2f0e0n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/8eef47e8-0fd1-5ba3-dcd1-696daa556910%40gmail.com.


Re: [spyder] Como instalar kite

2023-01-19 Thread Carlos Córdoba

Hola,

La compañía que desarrollaba Kite fue adquirida por otra compañía y el 
programa ya no está disponible para ser usado.


Por ello, la integración que Spyder tenía para Kite fue removida hace 
más de un año.



Un cordial saludo,
Carlos

El 19/01/23 a las 15:08, Luis Carlos Trotta escribió:
Buenas tardes, qusiera instalar Kite, pero no tengo instalado 
Anaconda, trabajo independientementecon Spyder.

Si alguien me puede ayudar agradezco, saludos!!!
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/fa7a139a-afd6-48c9-9056-01c94a673e58n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/3123d639-2a08-fb03-fb04-50b65668311c%40gmail.com.


Re: [spyder] Cant install Spyder in Tensorflow environment

2023-01-03 Thread Carlos Córdoba

Hi,

There are probably conflicting dependencies between Spyder and 
Tensorflow that don't allow to install them side by side. However, a 
much better approach is to install Tensorflow and Spyder-kernels in one 
environment, Spyder in another one and connect the two following this 
procedure:


http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Cheers,
Carlos

El 3/01/23 a las 14:27, DrBwts escribió:
No matter what I try Spyder just wont install in an evironment that 
contains Tensorflow. I've been trawling the internet for hours now & 
tried pretty much everything I can find, no dice!


It wont install with conda or pip, no matter what python version I 
create the tensorflow environment with.


What gives here? Tensorflow is a huge part of computational science 
nowadays so why is an IDE touted as a scietific IDE not trageting it 
as something important to intergrate with?


Nic
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/580c6033-fbda-4456-95f5-2d887940f6b7n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/988b9731-5889-b3bc-f958-b04872eac92b%40gmail.com.


Re: [spyder] Re: Connect Spyder to non-conda environment

2022-12-24 Thread Carlos Córdoba

Hi Chris,

I'm really glad you were able to make this use case work for you using pip.


Cheers,
Carlos

El 22/12/22 a las 13:38, 'Chris P' via spyder escribió:

Thank you both for the explanations.
Carlos - Thank you. As per your suggestion, I managed to get the 
standalone Spyder package to connect to an external Python.org 
distribution, by simply following the same instructions, but using 
"pip" instead of "conda".
Alonso - I appreciate the alternative suggestion you provided. I 
already had the standalone Spyder package installed, and so was keen 
to use this, but appreciate that I could install Spyder using "pip" 
instead.

Best wishes,
Chris

On Monday, 19 December 2022 at 17:42:49 UTC Alonso Palomino wrote:

Hi *Chris P.
*I am a Linux user, I have installed Spyder without using Anaconda.

I think the process in Windows can be similar:

1. Create a virtual environment in a directory, for example, C:\test
2. Activate the virtual environment in C:\test
3. With the virtual environment enabled in C:\test install Spyder
with the command "pip3 install spyder"
4. In the same way you can install the module "openpyxl" with the
command "pip3 install openpyxl"

You can see the detailed process in this link: http://www.google.com;>Install Spyder5

I hope it is useful for you
All the best
El jueves, 1 de diciembre de 2022 a las 4:07:13 UTC+1, Chris P
escribió:

Hi, I've installed the Spyder standalone package on my Windows
10 computer.
I would like to install the "openpyxl" module, and appreciate
that I will need to install a fresh Python environment, and
then connect Spyder to it.
The FAQ (here:
https://docs.spyder-ide.org/current/faq.html#using-packages-installer)
states that either Anaconda or Miniconda needs to be
installed, and listed certain paths that must be used.
However, the installation guide (here:
https://docs.spyder-ide.org/current/installation.html) states
that "an external Python distribution (such as Anaconda,
Miniconda, Miniforge/Mambaforge, WinPython or Python.org)" can
be used.
I do not have the ability to install Anaconda or Miniconda on
my work computer. Grateful if you could please provide
instructions on how I can connect Spyder to a non-conda
environment.
Thanks in advance,
Chris

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/3694cf0b-8244-4986-8427-2ce05d69dab0n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2c83b6cd-ee32-36a5-3bac-fec273d79ca1%40gmail.com.


Re: [spyder] Connect Spyder to non-conda environment

2022-12-12 Thread Carlos Córdoba

Hi,

We make reference to Anaconda/Miniconda a lot because the process to 
install/updates packages is way more robust and reliable than using pip. 
However, the instructions to connect Spyder to a non-conda Python 
distribution/environment are basically the same as with conda.


In other words, wherever you see a |conda install foo| command, you need 
to change it to |pip install foo|.


Cheers,
Carlos

El 30/11/22 a las 10:47, 'Chris P' via spyder escribió:

Hi, I've installed the Spyder standalone package on my Windows 10 
computer.
I would like to install the "openpyxl" module, and appreciate that I 
will need to install a fresh Python environment, and then connect 
Spyder to it.
The FAQ (here: 
https://docs.spyder-ide.org/current/faq.html#using-packages-installer) 
states that either Anaconda or Miniconda needs to be installed, and 
listed certain paths that must be used.
However, the installation guide (here: 
https://docs.spyder-ide.org/current/installation.html) states that "an 
external Python distribution (such as Anaconda, Miniconda, 
Miniforge/Mambaforge, WinPython or Python.org)" can be used.
I do not have the ability to install Anaconda or Miniconda on my work 
computer. Grateful if you could please provide instructions on how I 
can connect Spyder to a non-conda environment.

Thanks in advance,
Chris
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e4f6b038-fb36-447f-9aa0-d99d5b740949n%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e8eb558d-e5b2-e326-2743-5211cd5601ef%40gmail.com.


Re: [spyder] Turtle Graphics Window

2022-12-07 Thread Carlos Córdoba

Hi,

Did you read our guide on how to run Turtle scripts with Spyder?

https://github.com/spyder-ide/spyder/wiki/How-to-run-turtle-scripts-within-Spyder


Cheers,
Carlos

El 7/12/22 a las 20:11, 'Miles' via spyder escribió:
Every time I try to run my program with the Turtle Graphics the 
Graphics window goes to not responding whenever I click on the window. 
I have talked to multiple other people that I know and they have the 
same issue. I have tried using turtle.done() and turtle.bye() and I 
get an error or an unresponsive Python Turtle Graphics Window. How do 
I fix this? --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c1fe5b90-c507-4e1c-8bfb-2f82a68b4156n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/24c642a1-d8f3-6931-8589-9e81d7f97275%40gmail.com.


Re: [spyder] how to launch Spyder-Notebook programmatically from Python program run in Spyder console or Spyder-Terminal

2022-11-19 Thread Carlos Córdoba

Hi,

You need to create another Spyder plugin that uses the Spyder-notebook 
API in the programmatic way you need.


To learn how to write plugins for Spyder, we have this tutorial 
. 
It’s a bit outdated, so you’ll also need to check how our latest plugins 
are implemented in the main Spyder repo.


And Spyder-notebook API is quite simple: it exposes a single method 
called open_notebook 
, 
which does exactly what you want when receiving a list of filenames.


Cheers,
Carlos

El 11/11/22 a las 19:40, Rich Lysakowski escribió:

I am creating Jupyter Notebooks programmatically after scraping 
HTML-embedded Python code.


I want to automatically (programmatically) launch Spyder-Notebook and 
open the ".ipynb" file that was just created in my script.


I want to be able to follow the "nbopen" protocol:

1) Test if there is an existing Spyder-Notebook (Jupyter?) server 
started by Spyder.

2) If the test result in 1) is False, then launch Spyder-Notebook
3) Pass in the NB filename, Open Spyder-Notebook, i.e., like 
"File...Open..."

4) Display NB in Spyder-Notebook

What API call(s) do I have to use to test if Spyder-Notebook is 
already running, and then open the Jupyter NB with that Jupyter 
server, or launch a new server if Spyder-Notebook is not already running.


Thank you.

Rich Lysakowski

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/0cf528f2-d582-4c6b-9674-0a66934051adn%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e5ca0351-dc7d-69d1-67a1-3a16aa466845%40gmail.com.


Re: [spyder] Re: unable to upgrade to 5.3.3 from anaconda navigator

2022-11-19 Thread Carlos Córdoba

Hi,

It seems your Anaconda installation is corrupted, so it's better for you 
to remove it and reinstall it.



Cheers,
Carlos

El 18/11/22 a las 18:26, M Hagen escribió:

Any response on this?
I also cannot upgrade Spyder from 5.2.2. Attempting to upgrade in the 
base env causes the install script to just hang due to some unknown 
conflict. It was suggested that I install in a new conda environment. 
I tried making a spyder533 named env. But I get a new error when I try 
to install *any* package in this new env:
"CondaSSLError: OpenSSL appears to be unavailable on this machine. 
OpenSSL is required to download and install packages."
I also tried running the reset Spyder script and uninstalling Anaconda 
and reinstalling it. Both attempts brought no joy.

I appear to be stuck.
-Mark

On Monday, November 7, 2022 at 10:33:16 PM UTC-6 thoma...@gmail.com wrote:

When I try to upgrade Spyder in Navigator, the upgrade doesn't
finish. The only way I have gotten Sypder 5.3.3 is as a stand-alone.

Is there a way to uninstall anaconda and all of its components,
folders, shortcuts etc. in case my previous installations are
causing problems? I've tried plain uninstall, but I'm always left
with folders etc.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/315fe905-76b4-4838-b779-48122d97a96an%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f1de8a04-ee7c-f314-8b5f-bca6140172dc%40gmail.com.


Re: [spyder] Why does my Spyder look like this?

2022-10-26 Thread Carlos Córdoba

Hi,

That happens because you're probably using a high resolution screen. To 
fix it, you need to go to the menu


    Tools > Preferences > Application > Interface

and change the settings under the "Screen resolution" section. That 
should fix your problem.



Cheers,
Carlos

El 23/10/22 a las 10:48, Mizanul escribió:

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f40d4d35-a27d-4093-96b4-90c679c36f15n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/afc5ad81-429c-de87-214c-83306764c584%40gmail.com.


Re: [spyder] problem with installing modules on spyder * Spyder version: 5.3.2

2022-10-26 Thread Carlos Córdoba

Hi,

Did you a Spyder project to work with your module in Spyder? You can 
learn more about them here:


http://docs.spyder-ide.org/current/panes/projects.html


Cheers,
Carlos

El 19/10/22 a las 17:54, parsa sahab escribió:
Hi. I wrote some modules and everything is ok I checked so many times 
I even test the module and the function on py IDLE  and it was running 
also tried on cmd and it worked properly there . but I dont know why I 
cant use those functions and modules on spyder . id be grateful if u 
guys help . tnx --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c86f5b4a-7f57-4d78-aac6-90cc2b6e8322n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/444f8d6a-948d-3a81-3d28-3dd1e25f853e%40gmail.com.


Re: [spyder] facing problem

2022-10-26 Thread Carlos Córdoba

Hi,

Please close Spyder, open the Anaconda Prompt and run there

    conda update anaconda
    conda install spyder=5.2.2

If that takes too much time or gives you an error, you need to run

    conda remove spyder
    conda install spyder


Cheers,
Carlos

El 19/10/22 a las 7:33, Rafi Hassan escribió:
I started spyder few a days ago. But i am facing this 
problem.Screenshot (1).png --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e0b14ee2-53dd-4ca0-84a3-6f504b112605n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f5b874cd-d760-b96b-c70f-4edef4d8b098%40gmail.com.


[spyder] [ANN] Spyder-notebook 0.4.0 is released!

2022-09-19 Thread Carlos Córdoba

Hi all,

On the behalf of all contributors, I’m pleased to announce that version 
0.4.0 of the Jupyter notebook plugin for Spyder has been released. You 
can use this plugin to open and work with notebooks inside Spyder. This 
version only adds support for Spyder 5. See the changelog 
 
for further details.


The plugin can be installed using conda or mamba from the conda-forge 
channel (for Anaconda installations). An alternative installation method 
is to use pip. Spyder’s stand-alone installer unfortunately does not yet 
allow you to install plugins.


Please report bugs and feature requests on the project GitHub website: 
https://github.com/spyder-ide/spyder-notebook


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/57c4a0cc-0b7a-f9ba-8c14-a6a41adc7510%40gmail.com.


Re: [spyder] License of spyder5

2022-09-19 Thread Carlos Córdoba

Hi,

Spyder is open source software, so you don't need legal authorization to 
use it. You can simply download it from here:


https://github.com/spyder-ide/spyder/releases

or with Anaconda and then start to use it.


Cheers,
Carlos

El 16/09/22 a las 8:14, 阿傑 escribió:
I'm a teacher at school, I have a question to ask : in order to 
stimulate students' interest in learning, I want to use the school 
computer to install spyder, a free software that can write python 
programs, and then import pygame to teach students to write games. Is 
this illegal? How can I obtain legal authorization, thank you very 
much for your answer.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5058e1cf-4296-4257-bea4-7045ee965b1cn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/619cd8a0-db78-9597-1f40-04e933adf724%40gmail.com.


Re: [spyder] New update not working with MacOs

2022-08-30 Thread Carlos Córdoba

Hi,

There was an error in our Mac app for 5.3.3, which unfortunately was not 
caught by our tests. However, we uploaded a new dmg with a fix, so 
things should be fine now.


Please download it again and let us know if it works for you.


Cheers,
Carlos

El 30/08/22 a las 11:21, Sitaram Kakumanu escribió:

Hi Carlos,

Im using MacOs 12.5.1

this is the error I am getting.
Screenshot 2022-08-30 at 9.43.52 PM.png Screenshot 2022-08-30 at 
9.44.14 PM.png


also when I am trying to install a shapely package, I am getting error 
that kernel not able to open. I have followed the instructions given 
in the video link of how to add a packageScreenshot 2022-08-30 at 
9.50.00 PM.png

this is the error I am getting.

kindly help me through these two issues. Spyder is really a fantastic 
tool for engineers..


On Tuesday, August 30, 2022 at 9:32:20 PM UTC+5:30 ccord...@gmail.com 
wrote:


Hi Sitaram,

Are you using macOS 10.15? If that's the case, then you need to
know that Spyder 5.3.3 is no longer compatible with that version
because we're unable to keep producing an app for it. Now you need
11.0 at least to run it.


Cheers,
Carlos

El 29/08/22 a las 22:39, Sitaram Kakumanu escribió:

Hi all,

The new update released isn't working in my macOS. It is asking
to terminate or visit website but not opening at all
-- 
You received this message because you are subscribed to the

Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to spyderlib+...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/spyderlib/c88a74af-fdb4-44c4-8f2a-01bfe4968b55n%40googlegroups.com

.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/8c98d6d6-f3f5-41a5-8937-6a4f552cfe2cn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/7f44d6d2-6793-7437-4114-5d0ad0f01d2e%40gmail.com.


Re: [spyder] Issue reporter console

2022-08-30 Thread Carlos Córdoba

Hi,

Please close Spyder, open the Anaconda Prompt and run there

conda update anaconda
conda install spyder=5.2.2

That should fix your problem.


Cheers,
Carlos

El 28/08/22 a las 12:45, Tony Fountain escribió:
I am new and not sure why this isn't working, in the console pane I 
enter 'input('age?')' then it goes to issue reporter, I got a lab due 
and I really need help with this.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c3bf75fa-1321-495b-a17d-cd791a3f8b84n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/fc34e3df-5669-1c80-b511-e0919ae14afa%40gmail.com.


Re: [spyder] New update not working with MacOs

2022-08-30 Thread Carlos Córdoba

Hi Sitaram,

Are you using macOS 10.15? If that's the case, then you need to know 
that Spyder 5.3.3 is no longer compatible with that version because 
we're unable to keep producing an app for it. Now you need 11.0 at least 
to run it.



Cheers,
Carlos

El 29/08/22 a las 22:39, Sitaram Kakumanu escribió:

Hi all,

The new update released isn't working in my macOS. It is asking to 
terminate or visit website but not opening at all

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c88a74af-fdb4-44c4-8f2a-01bfe4968b55n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/516c42b4-a660-86ca-2fd6-de86ca600718%40gmail.com.


Re: [spyder] input command

2022-08-22 Thread Carlos Córdoba

Hi,

To fix this problem, please close Spyder, open the Anaconda Prompt and 
run there


    conda update anaconda
    conda install spyder=5.2.2

That should fix your problem.


Cheers,
Carlos

El 22/08/22 a las 7:08, kamal kumar escribió:

hi dear

when i am using input command spyder software crashes
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/192b8e4a-6b70-4739-b8d3-b75ea93d8d42n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e030efee-bfdd-bb61-7e4a-e60cd9c5d017%40gmail.com.


Re: [spyder] Way to debug exec()?

2022-07-28 Thread Carlos Córdoba

Hi,

Perhaps that could be done by adding a |breakpoint()| call where you 
want to stop in |foobar.py|. When running |exec| that should enter the 
Spyder debugger, at least in theory.


Cheers,
Carlos

El 26/07/22 a las 13:23, NerdFever.com escribió:


I have a program that loads some source code like this:

exec(open("foobar.py").read())

Is there a way to debug execution of foobar.py?

(I'm doing this partly because "foobar.py' contains some passwords 
which I'm trying to keep separate from the rest of the source code.)



--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/df162d62-6915-45e2-854b-6f7b016c9a3cn%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/1acf1259-9801-f70f-3d77-f2b20928a77b%40gmail.com.


Re: [spyder] Spyder-5.3.1 Error Message

2022-07-07 Thread Carlos Córdoba

Hi,

Please ignore that message. It's harmless but it's not so easy to fix.


Cheers,
Carlos

El 7/07/22 a las 12:26, Stephen P. Molnar escribió:

I have upgraded to Spyer-5.3.1 on my Debian Bullseye platform.

When I sat Spyder I get the following error message:

fromIccProfile: failed minimal tag size sanity

This doesn't seem toaffect results, but it is rather bothersome.

Please advise.

Thanks on advance



--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/d39b4ff9-d341-4804-886d-9027e60d7984n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/4e3a3e99-f25c-bf57-8716-477939d9606e%40gmail.com.


Re: [spyder] Spyder doesn't open any windows on macOS Monterey

2022-06-08 Thread Carlos Córdoba

Hi,

Our Mac app only works on Catalina (10.15) or above. If you're using it 
in older versions, it'll simply crash.



Cheers,
Carlos

El 7/06/22 a las 20:49, 'Mark Diekhans' via spyder escribió:

I installed Spyder using the macOS installer available from the
download page.  It is not completely clear what version this is
download, as it has a comment about "4.2.1, scheduled for
release on December 18, 2020.", but it appears to be 5.3.1.

Spyder starts, bounces a bit in the doc and then is running:

USER   PID  PPID NIRSS  VSZ  %CPU %MEM STAT PAGEIN  ELAPSED 
COMMAND
markd22036 1  0  12540 34873136   0.0  0.0 S 028:14 
/Applications/Spyder.app/Contents/MacOS/Spyder

However, no window is ever open.  This happens on both Intel and M1 system.

Logging in as a vanilla user, and it starts.  Starting it from
the command line using open -a and a cleaned out environment and
it still doesn't start.

Any ideas on what would cause this?
thank you!



--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/948b2ace-cebb-f728-f199-d705c559ba42%40gmail.com.


[spyder] [ANN] Spyder 5.3.1 is released!

2022-05-23 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.3.1* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes seven weeks after version 5.3.0 and it contains the 
following new features, important fixes and new API features:


 * Add a toolbar to the Variable Explorer viewer for dictionaries,
   lists and sets to easily access the functionality available through
   its context menu.
 * Add navigation with extra buttons in the editor for mouses that
   support them.
 * Add |--no-web-widgets| command line option to disable
   plugins/widgets that use Qt Webengine widgets.
 * Fix several important bugs related to the |Autoformat on save|
   functionality.
 * Fix options related to the |Working directory| entry in Preferences.
 * Make code completion widget entries accessible to screen readers.
 * Add |get_command_line_options| to |SpyderPluginV2| so that plugins
   can access the command line options passed to Spyder.
 * The current interpreter used by all Spyder plugins can be accessed
   now through the |executable| option of the Main interpreter plugin.

In this release we fixed 37 issues and merged 52 pull requests that 
amount to more than 230 commits. For a full list of fixes, please see 
our Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/8b037cda-f424-a203-b6a2-13d5c29ec7e2%40gmail.com.


Re: [spyder] Error installing a pyhton lib

2022-05-22 Thread Carlos Córdoba

Hi,

This is not the way to install packages that don't come with Spyder. To 
understand how to do that, please read our documentation:


https://docs.spyder-ide.org/5/faq.html#using-packages-installer


Cheers,
Carlos

El 15/05/22 a las 21:45, Chris Choir escribió:

Hi I'm trying to install a library named ' geomdl'

i get the following errors. Does anyone have any ideas what is going on?
thanks


pip install --user geomdl
Note: you may need to restart the kernel to use updated packages.
C:\Spyder\Python\python.exe: No module named pip

conda install -c orbingol geomdl
Traceback (most recent call last):

  File "", line 1, in 
    get_ipython().run_line_magic('conda', 'install -c orbingol geomdl')

  File "C:\Spyder\pkgs\IPython\core\interactiveshell.py", line 2344, 
in run_line_magic

    result = fn(*args, **kwargs)

  File "", line 2, in conda

  File "C:\Spyder\pkgs\IPython\core\magic.py", line 187, in 
    call = lambda f, *a, **k: f(*a, **k)

  File "C:\Spyder\pkgs\IPython\core\magics\packaging.py", line 79, in 
conda
    raise ValueError("The python kernel does not appear to be a conda 
environment.  "


ValueError: The python kernel does not appear to be a conda 
environment.  Please use ``%pip install`` instead.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/4f238121-4051-48dd-add6-b3236dad270bn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/34b0183b-9b64-2f37-b22d-a00fe626d8aa%40gmail.com.


Re: [spyder] GSoD 2022: Update User and Developer Documentation for Spyder 5

2022-05-02 Thread Carlos Córdoba

Hey,

Thanks for your interest in working with us in this project. 
Unfortunately, we already selected an applicant for it.



Cheers,
Carlos

El 2/05/22 a las 13:51, Pooja G escribió:

Hello everyone,

I'm excited for contributing to the project[1] through Google Season 
of Docs 2022 program.


I've installed and configured Spyder 5 to explore the Editor Pane and 
other functionalities. While recording my observations during the 
exploration phase, I've also started drafting a work-in-progress 
proposal (statement of interest) that I intend to submit as my 
application for GSoD 2022 after receiving mentor review and feedback.


I've attached my resume and shared my LinkedIn profile[2].

May I know what is the next step?

Eagerly awaiting your reply.

[1] 
https://github.com/spyder-ide/spyder/wiki/GSoD-2022-Project-Proposal#update-user-and-developer-documentation-for-spyder-5

[2] www.linkedin.com/in/pgadige

Thank you,
Pooja



--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/09cbebe0-4c8a-4510-b758-846289905190n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/8a51e497-80b5-4194-074c-e8b3b1cea6dd%40gmail.com.


Re: [spyder] Changing Spyder IDE Font Size NOT IN EDITOR

2022-04-25 Thread Carlos Córdoba

Hi Michael,

We don't have an option for that. And even if we had it, there's still a 
problem with our icons being very small. That's why I suggest you to 
check the settings provided by Windows for this. There could be the problem.



Cheers,
Carlos

El 23/04/22 a las 20:30, Michael Flickinger escribió:

Hello,

Can someone point me to where I adjust the size of the font that is on 
the side view panels within Spyder


*_Please see the attached image_* to see what is wrong as I don't even 
really know how to describe what is wrong.


I've tried changing the DPI and even reinstalled Anaconda but Spyder 
did not reset to it's normal settings.


Thanks!
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f7dad67b-8b3e-49c2-a131-2201f3480c5bn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/82f070af-836e-d5a3-35c0-bc77a46d64a9%40gmail.com.


Re: [spyder] Update user and developer documentation for Spyder 5: GSoD'22

2022-04-18 Thread Carlos Córdoba

Hey Tapasweni,

I answered your message privately with the next steps to follow. Thanks 
a lot for your interest in working with us!



Cheers,
Carlos

El 18/04/22 a las 2:52, Tapasweni Pathak escribió:

Hi folks,

I'm very interested in contributing to Update user and developer
documentation for Spyder 5 project[1] through GSoD 2022.

What do you suggest as the next step?

Some information about my work is available here[2]. Please find my
short CV attached and a .html of LinkedIn. Looking forward to your
response.



[1] 
https://github.com/spyder-ide/spyder/wiki/GSoD-2022-Project-Proposal#update-user-and-developer-documentation-for-spyder-5
[2] https://www.linkedin.com/in/tapaswenipathak



--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/9a746fbb-3f5e-80ba-5175-544911d06bab%40gmail.com.


Re: [spyder] Starting spyder

2022-03-10 Thread Carlos Córdoba

Hi,

Please try our Windows installer instead. You can download it from here:

https://github.com/spyder-ide/spyder/releases


Cheers,
Carlos

El 8/03/22 a las 4:39, Cormac OLeime escribió:
My spyder wont start up. Here is a picture of what it looks like and 
it doesn't change then. Can anyone help me with this? --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/88376c40-0325-4751-b118-d8fe63e21303n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/55c1704c-947c-ef83-e898-e1abc020237e%40gmail.com.


Re: [spyder] SPyder-Notbook

2022-03-10 Thread Carlos Córdoba

Hi,

Spyder-notebook is not compatible with Spyder 5 yet. We'll try to fix 
that in the next couple of months.



Cheers,
Carlos

El 8/03/22 a las 12:24, Benjamin escribió:
Hi I can't seem to open Spyder-Notebook, even after downloading the 
necessary packages for it. It still doesn't come up on my planes list. 
Please could you assist me with this.


kind regards,

Benjamin.
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/885d04f4-06de-412e-be10-4e9776e06004n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c40c7db1-f99e-83a1-e522-b421febb5b3a%40gmail.com.


Re: [spyder] Console is stuck on "Connecting to kernel ..."

2022-03-10 Thread Carlos Córdoba

Hi,

That Spyder version is terribly old (more than three years old). Please 
update to our latest one (5.2.2) and try again.



Cheers,
Carlos

El 9/03/22 a las 14:15, rob27diver escribió:
Whenever I open Spyder (3.2.6 on Linux Mint 19.3), the console gets 
stuck on "Connecting to kernel ...".


In the Error box that pops up, the first line always seems to be:
File 
"/home/robert/.local/lib/python3.6/site-packages/qtconsole/base_frontend_mixin.py", 
line 138, in_dispatch


Any suggestions on how to solve this would be appreciated.
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/7dec559f-2c7e-4afe-928c-82a107fe47ffn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/edb5cb43-2905-1f84-102d-a52266a4305b%40gmail.com.


Re: [spyder] Any way to flatten variable explorer into 1 window for objects?

2022-03-07 Thread Carlos Córdoba

Hi,

No, it's not possible.


Cheers,
Carlos

El 1/03/22 a las 20:56, Thaago escribió:
Hi! Another new user question. Is there any way for the information 
displayed in new windows by the object explorer to be displayed in the 
variable explorer?


---

With the variable explorer it only shows the name of objects and not 
any of their attributes. Double clicking on one opens a new window 
with the object's information and information about it.


This is functional in that the information is available, but highly 
inconvenient. The new window covers screen real estate that could have 
been showing something important (like code or other variables) and 
viewing the attributes of multiple objects at the same time cannot be 
done at a glance (requires double clicking on both and then dragging 
windows around). Some nested objects in an object explorer can be 
expanded by clicking on the icon next to them, but not all (lists of 
objects don't support this). Some kinds of nested object structures 
require double clicking many times to see what the variable data is.


Are there any settings to just flatten all this into the single window 
and have all of the object explorer windows just be nested lines?

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/98b9abb8-801b-4846-a7d7-38d3a8610d62n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c95f8f32-c8c9-ad7b-7b03-509a79557157%40gmail.com.


Re: [spyder] Is there a way to hide this cmd.exe window?

2022-03-07 Thread Carlos Córdoba

Hi,

This is an error in Anaconda itself, not in Spyder, so we can't do 
anything about it, sorry.



Cheers,
Carlos

El 1/03/22 a las 17:12, Amos escribió:

Hi,

I just installed Anaconda for school and when I open Spyder from 
Anaconda, this window opens (see attached picture). When I close it, 
it closes Spyder as well. Is there a way to get rid of it or hide it?


Thanks

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2271b403-f548-46be-a3f2-3753367de68fn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/b1781811-173a-cdb5-16c7-99e268529ecc%40gmail.com.


Re: [spyder] Installing a pip package for Spyder

2022-01-29 Thread Carlos Córdoba

Hi,

pip/pip3 are not provided in our Windows and macOS installers so that 
people can't break Spyder by installing additional, incompatible 
packages on them.


Instead, if you want to use other packages that don't come with the 
installers, you need to follow the instructions posted by Daniel before:


https://docs.spyder-ide.org/5/faq.html#using-packages-installer


Cheers,
Carlos

El 29/01/22 a las 6:49 p. m., Scott Baker escribió:

Use just pip not pip3

On Tue, Jan 25, 2022, 6:25 AM Mahmood > wrote:


Hi

I would like to install a package (scikit-learn) so that I can use
it with Spyder IDE. However, I didn’t find the “pip3” command in
Spyder\Python folder.

C:\Users\m_nad\AppData\Local\Programs\Spyder\Python>dir

Volume in drive C has no label.

Volume Serial Number is 70A2-44D7

Directory of C:\Users\m_nad\AppData\Local\Programs\Spyder\Python

12/27/2021  07:32 PM   .

12/27/2021  07:32 PM   ..

11/24/2021  11:30 PM 3,399,200 libcrypto-1_1.dll

11/24/2021  11:30 PM 689,184 libssl-1_1.dll

11/24/2021  11:30 PM 13,029 LICENSE.txt

11/24/2021  11:30 PM 202,768 pyexpat.pyd

11/24/2021  11:30 PM 100,368 python.exe

11/24/2021  11:30 PM 58,896 python3.dll

11/24/2021  11:30 PM 3,750,416 python37.dll

11/24/2021  11:30 PM 2,397,995 python37.zip

11/24/2021  11:30 PM 103 python37._pth

11/24/2021  11:30 PM 98,832 pythonw.exe

11/24/2021  11:30 PM 27,152 select.pyd

How can I install that package then?

Regards,

Mahmood

-- 
You received this message because you are subscribed to the Google

Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to spyderlib+unsubscr...@googlegroups.com
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/spyderlib/1E97084C-5EB2-4E34-B1A4-BE488B89013E%40hxcore.ol

.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/CAA_eA3A2Abk%2BhVd5V0TzHbHh2Mpzp088mL4SuMVcozsjdZ_A5A%40mail.gmail.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/4bf16e9d-8c3e-3426-04e2-2cb085e3c921%40gmail.com.


Re: [spyder] TypeError when running Spyder on Fedora

2022-01-23 Thread Carlos Córdoba

Hi,

Unfortunately, you're installing Spyder the wrong way by running

    sudo pip install spyder

That mixes packages from PyPI with the ones provided by Fedora, which 
are compiled differently and usually are incompatible among themselves 
(it doesn't matter that in your other laptop you were lucky and didn't 
have any errors).


So, please remove all packages you installed with pip (not only Spyder, 
but each one), and if possible, all files and directories under


/usr/local/lib/python3.10

Instead, please create a virtualenv (there are multiple methods to do 
that, so you need to google for it) and install Spyder on it.


Also, as a cautionary note, Spyder is not ready for Python 3.10 yet (it 
has some minor bugs that will be fixed in our next version), so you need 
to use a Python 3.9 virtualenv for it.



Cheers,
Carlos

El 23/01/22 a las 10:32 a. m., Krysztof escribió:

Hello everyone,

I'm new to all this, I have used Spyder in the past and I'm trying to 
install it again on Fedora now. I find Anaconda a bit confusing, so 
I'm trying to install it via pip but it gives me an error when running 
it. The error is this


File "/usr/local/bin/spyder", line 8, in  sys.exit(main()) 
File "/usr/local/lib/python3.10/site-packages/spyder/app/start.py", 
line 232, in main from spyder.app import mainwindow File 
"/usr/local/lib/python3.10/site-packages/spyder/app/mainwindow.py", 
line 41, in  requirements.check_qt() File 
"/usr/local/lib/python3.10/site-packages/spyder/requirements.py", line 
47, in check_qt if parse_version(actual_ver) < 
parse_version(required_ver): File 
"/usr/lib/python3.10/site-packages/pkg_resources/_init_.py", line 114, 
in parse_version return packaging.version.Version(v) File 
"/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py", 
line 275, in _init_match = self._regex.search(version) TypeError: 
expected string or bytes-like object


Any idea what this is? On another laptop running Fedora with 
everything updated, I just ran sudo pip install spyder and it works 
fine, latest version too. What might be wrong? Sorry if this is too 
noobish a question and thanks in advance.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/032796d4-8f53-4d8e-94dc-3129b0398a38n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/308671c6-1885-2dfc-866a-7aa954adeb76%40gmail.com.


Re: [spyder] Spyder failed to start on Wayland ubuntu

2022-01-17 Thread Carlos Córdoba

Hi,

The Anaconda Qt package doesn't support Wayland. So you need to use the 
Xorg compatibility layer if possible (I don't know if it is, sorry).



Cheers,
Carlos

El 17/01/22 a las 2:27 a. m., ronb...@gmail.com escribió:

Hello,

I recently switched from X11 to wayland on Ubuntu 20.04.

After setting the environment variable /export QT_QPA_PLATFORM=wayland
/
I am getting the following error:


//This application failed to start because it could not find or load 
the Qt platform plugin "wayland"

in "".

Available platform plugins are: eglfs, minimal, minimalegl, offscreen, 
vnc, xcb.


Reinstalling the application may fix this problem.
Aborted (core dumped)


This happens with both spyder 4 and spyder 5. I installed spyder with 
anaconda.

I have qtwayland5 installed.

Other QT5 applications seem to work with wayland.




--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/93af4feb-f733-4739-98f9-b0096775ed3dn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/0b3b6450-cbe0-4f11-59c2-4e27561f9b18%40gmail.com.


Re: [spyder] How to easily install spyder-kernels manually

2022-01-12 Thread Carlos Córdoba

Hi,

You could recreate the same Python environment you have in your 
company's PC at home, use pip to install spyder-kernels, collect all 
wheels (they are cached somewhere in your hard drive) and bring them to 
your work in a USB stick.


Sorry that the process is so convoluted for restricted environments like 
yours, but I can't think of an easier way to do it at the moment.



Cheers,
Carlos

El 12/01/22 a las 3:20 p. m., PeterG escribió:
I would like to use my normally installed (I am on Windows 10) python 
interpreter in Python.  Selecting that interpreter gives me the error 
that my environment doesn't have spyder-kernels installed.


Unfortunately, my company has an extremely restrictive proxy that 
prevents pip from working nicely so I have to download and install 
package .whl files manually from pypi which looks like it will be a 
prohibitively lengthy process to do one at a time with spyder-kernels 
due to the volume of dependencies it has. Is there an easier way to 
manually download and install everything I need in one swipe instead 
of one module at a time?

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e5d2804e-2236-4ab0-b03b-53c5ab21b1f8n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/327ed425-c647-046f-c9bd-2d77b2bb160f%40gmail.com.


Re: [spyder] How to install pip on fresh Spyder 5.2.1 install

2022-01-12 Thread Carlos Córdoba

Hi,

If you want to use a package that doesn't come with our installers (like 
Seaborn or Scikit-learn), you need to install a separate Python 
environment and connect it to Spyder, as described here:


https://docs.spyder-ide.org/5/faq.html#using-packages-installer


Cheers,
Carlos

El 12/01/22 a las 2:48 p. m., Fred Hamilton escribió:
Just installed Spyder using the stand-alone Windows installer found 
here .  Python 
(the one installed with the Spyder installer) works fine, but pip 
doesn't seem to be installed.  I've googled around and am mightily 
confused about what to do.  I find instructions for installing Spyder 
/using /pip (?), instructions for installing pip with conda (which I 
have not installed), but nothing on how to get pip installed with what 
I assumed would be the base case: After installing Spyder and Python 
with Spyder's stand-alone Windows installer.


Any help appreciated.
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6242d28e-d1f3-4d5e-a8db-276c66659c27n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/745126b5-49c2-3e3b-ea3d-7f0bf8dad616%40gmail.com.


Re: [spyder] Change language

2021-12-07 Thread Carlos Córdoba

Hi David,

You need to go the menu

|Tools > Preferences > Application > Advanced settings |

and then select your preferred language from the |Language| dropdown.

Cheers,
Carlos

El 1/12/21 a las 8:34 a. m., David Sanz escribió:


Hi, i am noob i am learning with spyder
i am spanish and i would like to change The Language of the Program
Can anyone help me ..
thanks
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/b3d0d248-f32a-45e1-8633-c2a382764fd2n%40googlegroups.com 
.


​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5f74acd1-dad0-396d-50d7-5d9601bcac15%40gmail.com.


Re: [spyder] Re: [ANN] Spyder 5.2.0 is released!

2021-12-07 Thread Carlos Córdoba

Hi Steven,

Sorry for the late reply. The spyder-kernels version for Spyder 5.2.0 is 
2.2.0.



Cheers,
Carlos

El 28/11/21 a las 11:29 a. m., Steven Wang escribió:

Hi,
May I ask what is Spyder Kernel version of 5.2.0. I need to install it 
in another Python environment for using Spyder.

Thank you.

On Wednesday, November 24, 2021 at 6:13:03 PM UTC-5 dalt...@gmail.com 
wrote:


Hi all,

On the behalf of the Spyder Project Contributors
, we are
pleased to announce that Spyder *5.2.0* has been released and is
available for Windows, GNU/Linux and MacOS X:
https://github.com/spyder-ide/spyder/releases


This release comes more than 8 weeks after version 5.1.5 and it
contains the following new features and important fixes:

  * Add new entry in preferences to turn off plugins
  * Add experimental support for PySide2
  * Show standard streams when running code in the IPython Console
  * Speed up search in the Find plugin
  * Migrate the IPython Console to the new API
  * Add new mechanism for plugin teardowm
  * Add a way to create stacked widgets connected to the IPython
Console like Plots and the Variable explorer

In this release we fixed 34 issue and merged 61 pull requests that
amount to more than 390 commits. For a full list of fixes, please
see our Changelog
.

Don't forget to follow Spyder updates/news on the project's
website .

Last, but not least, we welcome any contribution that helps making
Spyder an efficient scientific development and computing
environment. Join us to help creating your favorite environment!

Enjoy!

Daniel and Carlos

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/263d5c12-a0f7-45b8-9db4-88276e45f5aan%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/15fa168d-5ea3-5b31-9612-a82d47e84299%40gmail.com.


Re: [spyder] Re: [ANN] Spyder 5.1.5 is released!

2021-11-01 Thread Carlos Córdoba

Hi Samuel,

Please see my answer in StackOverflow to solve this problem

https://stackoverflow.com/questions/69704561/cannot-update-spyder-5-1-5-on-new-anaconda-install


Cheers,
Carlos

El 20/10/21 a las 6:28 p. m., Samuel Gasster escribió:
I received the update notice when I started spyder today (part of my 
Anaconda install).  I followed the instructions for using CLI conda 
install and encountering a lot of problems.

It seem hung-up and I'm not sure if I should "CTRL-C" or not?  Any advice?

/conda install spyder=5.1.5/
/Collecting package metadata (current_repodata.json): done/
/Solving environment: failed with initial frozen solve. Retrying with 
flexible solve./
/Solving environment: failed with repodata from current_repodata.json, 
will retry with next repodata source./
/Collecting package metadata (repodata.json): - WARNING 
conda.models.version:get_matcher(537): Using .* with relational 
operator is superfluous and deprecated and will be removed in a future 
version of conda. Your spec was 4.*, but conda is ignoring the .* and 
treating it as 4/

/done/
/Solving environment: failed with initial frozen solve. Retrying with 
flexible solve./

/Solving environment: | /
/Found conflicts! Looking for incompatible packages./
/This can take several minutes.  Press CTRL-C to abort./
/Examining conflict for pygments ipython simplegeneric boto 
sortedcollections pyrsistent msgpack-python soupsieve open| /. 
still thinking


TIA -- Sam

On Wednesday, September 15, 2021 at 7:07:56 PM UTC-7 
ccord...@gmail.com wrote:


Hi all,

On the behalf of the Spyder Project Contributors
, I’m
pleased to announce that Spyder *5.1.5* has been released and is
available for Windows, GNU/Linux and MacOS X:
https://github.com/spyder-ide/spyder/releases


This release comes three days after version 5.1.4 and it contains
the following important fixes:

  * Fix docking of external plugins.

In this release we fixed 1 issue and merged 3 pull requests that
amount to more than 20 commits. For a full list of fixes, please
see our Changelog
.

Don’t forget to follow Spyder updates/news on the project’s
website .

Last, but not least, we welcome any contribution that helps making
Spyder an efficient scientific development and computing
environment. Join us to help creating your favorite environment!

Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/ae70cd0e-8890-42e9-8deb-ded44565733bn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/80e0d7bc-a4c0-94b3-da4e-47e8343f6bcd%40gmail.com.


Re: [spyder] Spyder 5.0.5 Debug Startup Error

2021-11-01 Thread Carlos Córdoba

Hi Robert,

You need to downgrade ipykernel to fix this problem. For that, please 
close Spyder, open the Anaconda Prompt andrun there


    conda install ipykernel=5


Cheers,
Carlos

El 20/10/21 a las 6:19 p. m., Robert Hentz escribió:
I have recently incurred a problem when running Spyder 5.0.5 under 
Anaconda.  I believe I have somehow corrupted a Debug start up file 
and can't figure where the file is located or how to remedy the 
situation.  When running code in Spyder it performs correctly, but if 
I attempt to run in debug mode I get the following traceback error 
message:


debugfile('D:/pvtests/PowerTableTests/PowerTable/SiteLoadDisplay1.py', 
wdir='D:/pvtests/PowerTableTests/PowerTable')

    Traceback (most recent call last):

  File 
"C:\Users\xxx\AppData\Local\Temp/ipykernel_1468/434203341.py", line 1, 
in 
debugfile('D:/pvtests/PowerTableTests/PowerTable/SiteLoadDisplay1.py', 
wdir='D:/pvtests/PowerTableTests/PowerTable')


  File 
"D:\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", 
line 589, in debugfile

    enter_debugger(

  File 
"D:\Anaconda3\lib\site-packages\spyder_kernels\customize\spyderpdb.py", 
line 773, in enter_debugger

    debugger.run(code)

  File 
"D:\Anaconda3\lib\site-packages\spyder_kernels\customize\spyderpdb.py", 
line 716, in run

    super(SpyderPdb, self).run(cmd, globals, locals)

  File "D:\Anaconda3\lib\bdb.py", line 580, in run
    exec(cmd, globals, locals)

  File "", line 1, in 

    TypeError: runfile() got an unexpected keyword argument 
'current_namespace'


This issue began occurring a couple of days ago, I de-installed 
Anaconda and then reinstalled it, thinking that would clear up the 
issue, but it didn't fix the problem.


I have also tried the Spyder recommendation of issuing `Spyder 
--reset` command from the anaconda power shell console.


Most recently. I tried rebuilding the project.

Has anyone encountered this type of problem, any thoughts on how to 
correct the issue?


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/7b14e8a1-9f8f-48f2-8be1-ef69a3503796n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/8ffb83e5-c524-83f3-aa83-2020db267fc0%40gmail.com.


[spyder] [ANN] Spyder 5.1.5 is released!

2021-09-15 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.1.5* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases 



This release comes three days after version 5.1.4 and it contains the 
following important fixes:


 * Fix docking of external plugins.

In this release we fixed 1 issue and merged 3 pull requests that amount 
to more than 20 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/a546a347-2792-43fa-aeaf-020c39db4211%40gmail.com.


[spyder] [ANN] Spyder 5.1.4 is released!

2021-09-12 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.1.4* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases 



This release comes one week after version 5.1.3 and it contains the 
following important fixes:


 * Fix serious memory leaks and improve performance when typing in the
   editor.

In this release we fixed 3 issues and merged 6 pull requests that amount 
to more than 20 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/1a7bc6a1-650d-2ae5-132b-4614d908eadc%40gmail.com.


[spyder] [ANN] Spyder 5.1.2 is released!

2021-09-01 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.1.2* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases 



This release comes almost four weeks after version 5.1.1 and it contains 
the following important new features and fixes:


 *

   New features

 o Add an entry called |Restart in debug mode| to the File menu.
   That will allow users to inspect the log files generated by
   Spyder by going to the menu |Tools > Debug logs| after the restart.
 o Add a new command line option called |--conf-dir| to set a
   custom configuration directory for Spyder.
 o Show hidden directories in Projects by default.
 *

   New API features

 o Use toolbar ids and widget/action ids when adding an item to a
   toolbar.
 o Use menu and item ids to add items to the Main Menu plugin.
 *

   Important fixes

 o Fix several performance issues in the Editor.
 o Fix slow browsing of variables in the Variable Explorer when
   Numpy and Pandas are not installed.
 o Discard symbols imported from other libraries in the Outline pane.

In this release we fixed 14 issues and merged 37 pull requests that 
amount to more than 190 commits. For a full list of fixes, please see 
our Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/4196e38c-59d6-4fde-43e9-bea8794e5220%40gmail.com.


[spyder] [ANN] Spyder 5.1.1 is released!

2021-08-04 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.1.1* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes two days after version 5.1.0 and it contains the 
following important fixes:


 * Fix loading internal plugins, which prevents a crash at startup in
   Python 3.8+ and issues with completion and linting in other versions.
 * Make functionality related to Jedi work in our Windows installer again.

In this release we fixed 6 issues and merged 6 pull requests that amount 
to more than 25 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c5020017-8ba6-6a9e-2af3-f3b7f7a55913%40gmail.com.


[spyder] [ANN] Spyder 5.1.0 is released!

2021-08-01 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.1.0* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes five weeks after version 5.0.5 and it contains the 
following new features and important fixes:


 *

   New features

 o New logo, splash screen and design for the “About Spyder” dialog.
 o Support Rich and Colorama in the IPython console.
 o Pasting code in the Editor and IPython console preserves
   indentation.
 *

   New API features

 o Add a new registration mechanism for plugins that allow
   bidirectional dependencies among them. See this page
   
for
   instructions on how to migrate to it.
 *

   Important fixes

 o Fix several critical bugs in the Outline pane.
 o Restore ability to ignore linting messages with inline comments
   in the Editor. Supported comments include |# noqa| and |#
   analysis:ignore|.
 o Improve code completion performance in the Editor.
 o Fix Code analysis pane in the Windows and macOS installers.
 o Decrease startup time.
 o Support Jedi 0.18 and Parso 0.8

In this release we fixed 32 issues and merged 57 pull requests that 
amount to more than 410 commits. For a full list of fixes, please see 
our Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/004ddf27-7a16-f787-19e2-a9d3593e942d%40gmail.com.


[spyder] [ANN] Spyder 5.0.5 is released!

2021-06-23 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.0.5* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes two weeks after version 5.0.4 and it contains the 
following important fixes:


 * Catch any error when trying to detect if Kite installers are available.

In this release we fixed 1 issue and merged 2 pull requests that amount 
to more than 10 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c7c4ed99-df4e-a728-951b-57666e523c6c%40gmail.com.


[spyder] [ANN] Spyder 5.0.4 is released!

2021-06-15 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.0.4* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes three weeks after version 5.0.3 and it contains the 
following important fixes:


 * Fix debugger for IPython 7.24.0
 * Fix loading complex third-party plugins
 * Fix errors when restarting kernels

In this release we fixed 13 issues and merged 24 pull requests that 
amount to more than 110 commits. For a full list of fixes, please see 
our Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
. Last, but not least, we welcome any 
contribution that helps making Spyder an efficient scientific 
development and computing environment. Join us to help creating your 
favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/78f99581-2d00-dce6-9777-30a82af18743%40gmail.com.


Re: [spyder] [ANN] Spyder 5.0.3 is released!

2021-05-26 Thread Carlos Córdoba

Muchas gracias por tus palabras Javier!

El 21/05/21 a las 9:48 a. m., javier meneses escribió:

Gracias a ti Carlos y al equipo , hacen un trabajo formidable!!

       Slds, Javier

El 20-05-2021, a las 20:42, Carlos Córdoba <mailto:ccordob...@gmail.com>> escribió:


Hola,

Si, el problema es que nosotros no proveemos el paquete xlrd como 
parte de nuestro instaladores. Por ellos tienes que conectar la 
instalación externa de Python que tienes a nuestro instalador, usando 
las instrucciones que aparecen acá


http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Un cordial saludo,
Carlos

El 19/05/21 a las 8:47 a. m., javier meneses escribió:
Hola Carlos, ayer respondí algo apurado. Efectivamente cuando 
ejecuto la siguiente línea por ejemplo.


hs_2002=pd.read_excel('HS2002.xlsx', dtype={'ProductCode':'str’})

ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 
1.0.0 for Excel support Use pip or conda to install xlrd.



El punto en cuestión, es que como el instalador que ustedes ofrecen 
instala la aplicación por fuera del entorno de anaconda (eso creo), 
no se cómo instalar estos módulos ahí. Pues yo veo, que dentro del 
entorno de anaconda los módulos están instalados. Es más la versión 
Spyder 5.0 funciona sin mayores problemas.


    Qué estoy mal comprendiendo??

       Slds, Javier


El 18-05-2021, a las 14:01, Carlos Córdoba <mailto:ccordob...@gmail.com>> escribió:


Hola Javier,

Tengo una pregunta para ti: ¿estás intentando cargar un archivo de 
Excel con Pandas?



Un cordial saludo,
Carlos

El 17/05/21 a las 4:37 p. m., javier meneses escribió:
Hola Carlos, tengo una duda. He instalado Spyder 5.0.3 con el 
instalador (en Mac OS), no obstante, cuando corro códigos me 
reclama algunas dependencias. Las chequeo reinstalándolas con 
Conda o PIP pero aún siguen reclamándose.


Ej. ImportError: Missing optional dependency 'xlrd'. Install xlrd 
>= 1.0.0 for Excel support Use pip or conda to install xlrd.


     Es que por estar la aplicación Spyder por fuera del entorno 
de Anaconda requiere estas dependencias instalarse de manera 
diferente??



       Slds, Javier




El 17-05-2021, a las 14:42, Carlos Córdoba <mailto:ccordob...@gmail.com>> escribió:


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 *5.0.3* has been released and is 
available for Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes one week after version 5.0.2 and it contains 
the following important fixes:


  * Fix Help pane in the macOS installer.
  * Add rtree as a dependency for our pip packages.

In this release we fixed 4 issues and merged 8 pull requests that 
amount to more than 30 commits. For a full list of fixes, please 
see our Changelog 
<https://github.com/spyder-ide/spyder/blob/5.x/CHANGELOG.md>.


Don’t forget to follow Spyder updates/news on the project’s 
website <https://www.spyder-ide.org/>.


Last, but not least, we welcome any contribution that helps 
making Spyder an efficient scientific development and computing 
environment. Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the 
Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/1332547C-4F35-4AF7-B6AF-D6D0713EFC18%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/1332547C-4F35-4AF7-B6AF-D6D0713EFC18%40gmail.com?utm_medium=email_source=footer>.



--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5a9b58a1-909f-0452-8d0c-ca14522c0300%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/5a9b58a1-909f-0452-8d0c-ca14522c0300%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because y

Re: [spyder] [ANN] Spyder 5.0.3 is released!

2021-05-20 Thread Carlos Córdoba

Hola,

Si, el problema es que nosotros no proveemos el paquete xlrd como parte 
de nuestro instaladores. Por ellos tienes que conectar la instalación 
externa de Python que tienes a nuestro instalador, usando las 
instrucciones que aparecen acá


http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Un cordial saludo,
Carlos

El 19/05/21 a las 8:47 a. m., javier meneses escribió:
Hola Carlos, ayer respondí algo apurado. Efectivamente cuando ejecuto 
la siguiente línea por ejemplo.


hs_2002=pd.read_excel('HS2002.xlsx', dtype={'ProductCode':'str’})

ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 
for Excel support Use pip or conda to install xlrd.



El punto en cuestión, es que como el instalador que ustedes ofrecen 
instala la aplicación por fuera del entorno de anaconda (eso creo), no 
se cómo instalar estos módulos ahí. Pues yo veo, que dentro del 
entorno de anaconda los módulos están instalados. Es más la versión 
Spyder 5.0 funciona sin mayores problemas.


    Qué estoy mal comprendiendo??

       Slds, Javier


El 18-05-2021, a las 14:01, Carlos Córdoba <mailto:ccordob...@gmail.com>> escribió:


Hola Javier,

Tengo una pregunta para ti: ¿estás intentando cargar un archivo de 
Excel con Pandas?



Un cordial saludo,
Carlos

El 17/05/21 a las 4:37 p. m., javier meneses escribió:
Hola Carlos, tengo una duda. He instalado Spyder 5.0.3 con el 
instalador (en Mac OS), no obstante, cuando corro códigos me reclama 
algunas dependencias. Las chequeo reinstalándolas con Conda o PIP 
pero aún siguen reclamándose.


Ej. ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 
1.0.0 for Excel support Use pip or conda to install xlrd.


     Es que por estar la aplicación Spyder por fuera del entorno de 
Anaconda requiere estas dependencias instalarse de manera diferente??



       Slds, Javier




El 17-05-2021, a las 14:42, Carlos Córdoba <mailto:ccordob...@gmail.com>> escribió:


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 *5.0.3* has been released and is 
available for Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes one week after version 5.0.2 and it contains the 
following important fixes:


  * Fix Help pane in the macOS installer.
  * Add rtree as a dependency for our pip packages.

In this release we fixed 4 issues and merged 8 pull requests that 
amount to more than 30 commits. For a full list of fixes, please 
see our Changelog 
<https://github.com/spyder-ide/spyder/blob/5.x/CHANGELOG.md>.


Don’t forget to follow Spyder updates/news on the project’s website 
<https://www.spyder-ide.org/>.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing 
environment. Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/1332547C-4F35-4AF7-B6AF-D6D0713EFC18%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/1332547C-4F35-4AF7-B6AF-D6D0713EFC18%40gmail.com?utm_medium=email_source=footer>.



--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5a9b58a1-909f-0452-8d0c-ca14522c0300%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/5a9b58a1-909f-0452-8d0c-ca14522c0300%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit

Re: [spyder] Installing missing packages

2021-05-20 Thread Carlos Córdoba

Hi,

If you want to use other modules that don’t come with our installer, you 
need to install Miniconda 
, create a conda 
environment 
 
after that with the packages you want to use and |spyder-kernels|, and 
finally connect Spyder 
 
to that env.



Cheers,
Carlos

El 20/05/21 a las 4:46 a. m., Roger escribió:
I installed Spyder on my win10 computer and when I try to run some 
code I have written I get the error:


ModuleNotFoundError: No module named 'imageio'

I installed Spyder with the standalone installer available on the 
Spyder webpage which they state is the recommended way, how do I 
install the imageio package then?


Haven't found a single post about this since all mention conda or pip, 
is it even possible? I have been running conda on my linux machine and 
there the code works fine.


Thanks!

/Roger
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/ad520e01-491d-4099-a955-53f304774c6bn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6810d646-b017-b215-f3c2-fad829310655%40gmail.com.


Re: [spyder] Re: spyder Notebook

2021-05-18 Thread Carlos Córdoba

Hi,

Spyder-notebook hasn't been updated to work with Spyder 5 yet, sorry.


Cheers,
Carlos

El 17/05/21 a las 4:10 p. m., mene...@gmail.com escribió:

I have the same problem? Any suggestion?

    Javier

El lunes, 19 de abril de 2021 a las 9:33:55 UTC-4, pnsi...@gmail.com 
escribió:


I am using Spyder 5.0.0 on Anaconda windows 64 bit. I tried to
install spyder noteboook (using the commands below) but I could
not get see pane for spyder notebook. I have used the commands

|conda install spyder-notebook -c spyder-ide|

|please help|

Regards

|Partha |

||

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/30c50870-48e9-4d0a-98e4-93c818ea0899n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5204dbc7-39bd-bd9d-bb18-9a9ac4aa316c%40gmail.com.


Re: [spyder] [ANN] Spyder 5.0.3 is released!

2021-05-18 Thread Carlos Córdoba

Hola Javier,

Tengo una pregunta para ti: ¿estás intentando cargar un archivo de Excel 
con Pandas?



Un cordial saludo,
Carlos

El 17/05/21 a las 4:37 p. m., javier meneses escribió:
Hola Carlos, tengo una duda. He instalado Spyder 5.0.3 con el 
instalador (en Mac OS), no obstante, cuando corro códigos me reclama 
algunas dependencias. Las chequeo reinstalándolas con Conda o PIP pero 
aún siguen reclamándose.


Ej. ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 
1.0.0 for Excel support Use pip or conda to install xlrd.


     Es que por estar la aplicación Spyder por fuera del entorno de 
Anaconda requiere estas dependencias instalarse de manera diferente??



       Slds, Javier




El 17-05-2021, a las 14:42, Carlos Córdoba <mailto:ccordob...@gmail.com>> escribió:


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 *5.0.3* has been released and is 
available for Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes one week after version 5.0.2 and it contains the 
following important fixes:


  * Fix Help pane in the macOS installer.
  * Add rtree as a dependency for our pip packages.

In this release we fixed 4 issues and merged 8 pull requests that 
amount to more than 30 commits. For a full list of fixes, please see 
our Changelog 
<https://github.com/spyder-ide/spyder/blob/5.x/CHANGELOG.md>.


Don’t forget to follow Spyder updates/news on the project’s website 
<https://www.spyder-ide.org/>.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/1332547C-4F35-4AF7-B6AF-D6D0713EFC18%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/1332547C-4F35-4AF7-B6AF-D6D0713EFC18%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5a9b58a1-909f-0452-8d0c-ca14522c0300%40gmail.com.


Re: [spyder] Release 5 appearance

2021-05-18 Thread Carlos Córdoba

Hi,

Yes, the new appearance is intrinsic to Spyder now and can't be changed, 
sorry. That allows us to maintain a consistent look-and-feel accross 
different operating systems and both for the dark and light themes.



Cheers,
Carlos

El 18/05/21 a las 12:35 p. m., AD escribió:
I just installed version 5 on windows and the appearance changed quite 
dramatically.  On version 4 there were some different options called 
"Qt windows style", which appear to be gone.  Is the new look an 
intrinsic part of version 5?


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/a24e42fe-e177-41b6-8f2c-b13082263254n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/efd700d0-332c-8021-45bb-a1c1a2c000e3%40gmail.com.


Re: [spyder] What's the deal with the big orange Xs?

2021-05-17 Thread Carlos Córdoba

Hi,

Those X's are only shown if you're using the Spyder 2 icon theme. That 
theme is incomplete (hence the X's) and it's meant to be used as a 
fallback when we're unable to load the Spyder 3 theme (which is still a 
problem on some Windows systems). Once we fixed that problem, our plan 
is to remove the Spyder 2 theme.


Unless you're facing that problem, please switch to the Spyder 3 theme 
by going to the menu


    Tools > Preferences > Apperance > Icon theme

If that's not possible for you, please try to update to a more recent 
Windows version.



Cheers,
Carlos

El 16/05/21 a las 7:39 p. m., M Hagen escribió:
I updated to Spyder 5. It went well, once I found a random internet 
post suggesting I use the conda-forge channel. I want to thank the 
developers for maintaining the python path from my previous release 
(4.2.something).


The UI changes seem straightforward. My main question is this: What's 
the deal with the orange Xs? What are they supposed to be telling me? 
Why is there an X in front of the files in the file view? Why is an 
"X" the icon to bring up the operating system file browser? (What's 
wrong with a button with the word "browse" on it?) Why a big-ass X in 
the editor breakpoint column?


The Xs are not bad. Yet, you went to a lot of trouble to minimize the 
tool icons (too minimal for this casual user); why the apparently 
superfluous Xs? Their purpose might seem obvious in the Spyder 
development bubble, but I'm perplexed. Please enlighten me.


-Mark


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/caa67b78-5a02-484c-b678-9ad629df1e2dn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c20a0584-e8b4-e25f-3be1-dc358aa4a2b6%40gmail.com.


[spyder] [ANN] Spyder 5.0.3 is released!

2021-05-17 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.0.3* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes one week after version 5.0.2 and it contains the 
following important fixes:


 * Fix Help pane in the macOS installer.
 * Add rtree as a dependency for our pip packages.

In this release we fixed 4 issues and merged 8 pull requests that amount 
to more than 30 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com.


[spyder] [ANN] Spyder 5.0.2 is released!

2021-05-10 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.0.2* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes more than three weeks after version 5.0.1 and 
contains the following important fixes:


 * Fix error when restarting kernels.
 * Fix outline, folding and go-to-defintion when Kite is installed.
 * Make Plots pane show again separate plots generated in different
   consoles.
 * Fix preferences error when following Kite’s tutorial.

In this release we fixed 14 issues and merged 19 pull requests that 
amount to more than 60 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6cd46255-ad49-7745-3c7d-aa14326e764d%40gmail.com.


Re: [spyder] Icons displaying over text

2021-05-10 Thread Carlos Córdoba

Hi,

This was fixed in our 5.0.1 version, released more than three weeks ago. 
Unfortunately, Anaconda hasn't updated to it yet.



Cheers,
Carlos

El 5/05/21 a las 3:12 a. m., Pranjal Singh escribió:

Hi,
The icons preceding the text in menubar options merge with the text 
itself. Take a look:


Let me know if anyone else got this problem, and how you fixed it.

Thanks
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6c439071-a3a9-4200-bc5e-41fb381ae209n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/96fe01d6-1fbe-fa92-753c-fc7d6e99b497%40gmail.com.


Re: [spyder] pip

2021-04-22 Thread Carlos Córdoba

Hi,

Sorry to hear that you uninstalled Anaconda because you need to rely on 
it to in order to use packages that don't come with our installer.


To learn how to do that, please follow the instructions in our docs:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Cheers,
Carlos

El 21/04/21 a las 12:02 p. m., Edward Baker escribió:

Hi,
ive just installed spyder having uninstalled anaconda.

im trying to use pip to install the packages i use again and i get 
this error.


'No module named pip'

any ideas how i solve this?

ed

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f4cdefbe-52b7-4317-a79a-1ab8b675c0efn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/b66e943b-4b75-4ca3-aa11-bb3e96bc38a9%40gmail.com.


Re: [spyder] pip installer

2021-04-22 Thread Carlos Córdoba

Hi,

You need to connect our stand-alone installer to other Python 
installations. Please read our docs to learn how to do that:


http://docs.spyder-ide.org/current/faq.html#using-existing-environment

Please don't hack the installer to add pip to it because that will 
simply break it. We don't add pip to our installers so that they are 
completely self contained and impossible to be broken by other packages.



Cheers,
Carlos

El 22/04/21 a las 4:01 a. m., Anders H escribió:

I hope this is the right place to post. I am a first time poster :-)
I am testing the ease of use of the Spyder stand-alone installer for 
new users where I work.


It is all good, and I can see it installs a full version of Python in 
its own environment.

However I do not see the pip installer anywhere.

Is there an easy way from the Spyder interface to install packages?
Or do I need to get and run "get-pip-py"
I am running the latest Spyder 5.0.1
I remember something about opening a prompt or something from a 
dropdown within Spyder (that could have been a part of WinPython 
distribution though, if that makes a difference?)

Thanks
Anders

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/297ec5a1-7de7-41aa-8b32-1a2ad13fd65fn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/3ff8eb63-8cdf-6861-0b5e-727d89c92612%40gmail.com.


Re: [spyder] Problems with new venv on Anaconda. Spyder ask for spyder-kernels module but doesn't detect it

2021-04-22 Thread Carlos Córdoba

Hi,

My answers are below

El 19/04/21 a las 2:57 p. m., Andrea Bragantini escribió:

Hi all,

I am using Spyder within Anaconda, as many others of you do (I believe).
I started recently to work with different venvs on Anaconda for 
different project needs.
Unfortunately, changing the Python interpreter path on the Spyder 
preferences asks for the "spyder-kernels" module to be installed. Is 
this normal?


Yes, that's normal.

Even after having installed that module on the selected venv, still 
the Spyder kernel is not able to start. It seems that Spyder is not 
able to see the new installed package.


Is someone else experiencing the same issue? It is very annoying.


What's the error you're seeing?

I would like to be able to use same Spyder installation in an easy way 
with different venvs, for different projects.


Please see our docs on how to achieve that:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Thanks
Andrea Bragantini
PhD Student
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/d503bffa-36c4-4421-a9b6-3c9783ebff57n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/fb24460a-dd5d-3dcc-c0c0-ab17687461c7%40gmail.com.


Re: [spyder] error in kernal

2021-04-22 Thread Carlos Córdoba

Hi,

Please remove or rename this file to something different than queue.py

/Users/pratikpiyush/coding/Python/gfg.py/queue.py

Once you do that the problem will disappear.


Cheers,
Carlos

El 22/04/21 a las 9:24 a. m., Pratik Piyush escribió:

error message !

Traceback (most recent call last):
File "/Users/pratikpiyush/opt/anaconda3/lib/python3.8/runpy.py", line 
194, in _run_module_as_main

return _run_code(code, main_globals, None,
File "/Users/pratikpiyush/opt/anaconda3/lib/python3.8/runpy.py", line 
87, in _run_code

exec(code, run_globals)
File 
"/Users/pratikpiyush/opt/anaconda3/lib/python3.8/site‑packages/spyder_kernels/console/__main__.py", 
line 23, in

start.main()
File 
"/Users/pratikpiyush/opt/anaconda3/lib/python3.8/site‑packages/spyder_kernels/console/start.py", 
line 289, in main

import_spydercustomize()
File 
"/Users/pratikpiyush/opt/anaconda3/lib/python3.8/site‑packages/spyder_kernels/console/start.py", 
line 39, in import_spydercustomize

import spydercustomize
File 
"/Users/pratikpiyush/opt/anaconda3/lib/python3.8/site‑packages/spyder_kernels/customize/spydercustomize.py", 
line 27, in

from spyder_kernels.comms.frontendcomm import CommError, frontend_request
File 
"/Users/pratikpiyush/opt/anaconda3/lib/python3.8/site‑packages/spyder_kernels/comms/frontendcomm.py", 
line 17, in

from jupyter_client.localinterfaces import localhost
File 
"/Users/pratikpiyush/opt/anaconda3/lib/python3.8/site‑packages/jupyter_client/__init__.py", 
line 8, in

from .blocking import BlockingKernelClient
File 
"/Users/pratikpiyush/opt/anaconda3/lib/python3.8/site‑packages/jupyter_client/blocking/__init__.py", 
line 1, in

from .client import BlockingKernelClient
File 
"/Users/pratikpiyush/opt/anaconda3/lib/python3.8/site‑packages/jupyter_client/blocking/client.py", 
line 10, in

from queue import Empty
ImportError: cannot import name 'Empty' from 'queue' 
(/Users/pratikpiyush/coding/Python/gfg.py/queue.py)


plz help me out !!
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/d3e60ce7-fae2-4a19-b237-f758b2875b7cn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/0878c682-4f85-aec9-ca82-90aaf3a16be9%40gmail.com.


Re: [spyder] [ANN] Spyder 5.0.1 is released!

2021-04-19 Thread Carlos Córdoba

Hi,

We don't plan to provide a standalone installer nor a PPA for Linux for 
now, sorry. It's too much work and most Linux users are quite 
knowledgeable and don't need this kind of things.


So please wait for Anaconda or use a virtualenv and pip to install it.


Cheers,
Carlos

El 16/04/21 a las 4:49 p. m., Richard Fuhr escribió:
I was easily able to install Spyder 5.0.1 on a Mac. But what about 
Linux?  Though 5.0.1 should eventually be available via Anaconda, what 
about installing a standalone version of Spyder 5.0.1?  It seems not 
to be available by invoking apt-get. Is there a .deb file somewhere?


--
Richard Fuhr
206-524-8049  land line
206-491-5640  cell phone
https://richardfuhr.neocities.org <https://richardfuhr.neocities.org/>

On Apr 16, 2021, at 10:48 AM, Carlos Córdoba  
wrote:




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 *5.0.1* has been released and is 
available for Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes two weeks after version 5.0.0 and it contains the 
following important fixes:


  * Avoid false warning about incorrect spyder-kernels version.
  * Fix error when opening a new editor window.
  * Fix error when saving layouts.
  * Fix several style issues.
  * Fix clicking on tracebacks in the IPython console.

In this release we fixed 13 issues and merged 23 pull requests that 
amount to more than 100 commits. For a full list of fixes, please see 
our Changelog 
<https://github.com/spyder-ide/spyder/blob/5.x/CHANGELOG.md>.


Don’t forget to follow Spyder updates/news on the project’s website 
<https://www.spyder-ide.org>.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!



Enjoy!
Carlos
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e4f85d6d-eca2-ad80-3daf-fefe88303984%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/e4f85d6d-eca2-ad80-3daf-fefe88303984%40gmail.com?utm_medium=email_source=footer>.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/74CFC724-08D9-4524-9CB2-AE63F9C09E4C%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/74CFC724-08D9-4524-9CB2-AE63F9C09E4C%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/310cb747-f6d8-f7c5-2a4f-966bca00251e%40gmail.com.


[spyder] [ANN] Spyder 5.0.1 is released!

2021-04-16 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.0.1* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes two weeks after version 5.0.0 and it contains the 
following important fixes:


 * Avoid false warning about incorrect spyder-kernels version.
 * Fix error when opening a new editor window.
 * Fix error when saving layouts.
 * Fix several style issues.
 * Fix clicking on tracebacks in the IPython console.

In this release we fixed 13 issues and merged 23 pull requests that 
amount to more than 100 commits. For a full list of fixes, please see 
our Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!



Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e4f85d6d-eca2-ad80-3daf-fefe88303984%40gmail.com.


[spyder] [ANN] Spyder 5.0 is released!

2021-04-16 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *5.0* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release represents more than one year of development since version 
4.0 was released, and it introduces major enhancements and new features. 
The most important ones are:


 * Improved dark theme based on QDarkstyle 3.0.
 * New light theme based on QDarkstyle 3.0.
 * New look and feel for toolbars.
 * New icon set based on Material Design.
 * New API to extend core plugins, with the exception of the Editor,
   IPython
   console and Projects.
 * New plugins to manage menus, toolbars, layouts, shortcuts,
   preferences and
   status bar.
 * New architecture to access and write configuration options.
 * New API to declare code completion providers.
 * New registries to access actions, tool buttons, toolbars and menus
   by their
   identifiers.

For a complete list of changes, please see our changelog 



Spyder 4.0 has been a huge success and we hope 5.0 will be as 
successful. For that we fixed 54 bugs, merged 142 pull requests from 
about 16 authors and added more than 830 commits between these two releases.


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development/computing environment. Join 
us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/fb52a90d-d4d7-6a85-84b5-7e152e284a38%40gmail.com.


[spyder] [ANN] Spyder 4.2.5 is released!

2021-03-24 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *4.2.5* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes less than one week after version 4.2.4 and it 
contains the following important fixes:


 * Fix restoring window properties at startup.
 * Fix a segfault when restarting kernels.
 * Fix a segfault when processing linting results.

In this release we fixed 3 issues and merged 3 pull requests that amount 
to more than 15 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/abe875b5-d4ef-4911-5493-9aafcffae47a%40gmail.com.


Re: [spyder] [ANN] Spyder 4.2.4 is released!

2021-03-24 Thread Carlos Córdoba

Hola,

No te preocupes, no es un error. El problema es que Anaconda puede tomar 
varias semanas en crear paquetes para nuevas versiones de Spyder. Y, 
lastimosamente, nosotros no tenemos ningún control sobre eso.


Así que la única solución es ser paciente y esperar a que Anaconda suba 
los paquetes para esta versión.



Un cordial saludo,
Carlos

El 22/03/21 a las 7:22 a. m., javier meneses escribió:
Hola Carlos, cuando ínstenlo actualizar versión 4.2.4 siguiendo los 
pasos de canda update anaconda, canda Install spyder=4.2.4 display no 
se encuentra el paquete.



PackagesNotFoundError: The following packages are not available from 
current channels:


- spyder=4.2.4

                Estoy haciendo algo erróneo?. Slds, Javier

El 19-03-2021, a las 02:27, Carlos Córdoba <mailto:ccordob...@gmail.com>> escribió:


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 *4.2.4* has been released and is 
available for Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes two weeks after version 4.2.3 and it contains the 
following important fixes:


  * Fix an important error when restarting kernels.
  * Add compatibility with the future Spyder 5.

In this release we fixed 3 issues and merged 8 pull requests that 
amount to more than 20 commits. For a full list of fixes, please see 
our Changelog 
<https://github.com/spyder-ide/spyder/blob/4.x/CHANGELOG.md>.


Don’t forget to follow Spyder updates/news on the project’s website 
<https://www.spyder-ide.org/>.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/03475e5c-6201-3036-4dae-8d45abca6094%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/03475e5c-6201-3036-4dae-8d45abca6094%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/448697F6-60BF-43CF-92A5-F7475A62E5E3%40gmail.com 
<https://groups.google.com/d/msgid/spyderlib/448697F6-60BF-43CF-92A5-F7475A62E5E3%40gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/fed8026a-ba9c-33b0-e06d-4542d20045fc%40gmail.com.


Re: [spyder] About Spyder 4.2.x standalone version in Windows

2021-03-24 Thread Carlos Córdoba

Hi,

The answer to your question is here:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Cheers,
Carlos

El 23/03/21 a las 5:18 a. m., Tetuko Kurniawan escribió:

Hi all,

The other day I had to work in Windows and was installing python etc 
including spyder using PIP. Everything works fine (more or less) with 
PIP in windows.


I realized there's a new standalone version of Spyder, I tried it.
Not all library that was installed in PIP can be imported in the 
standalone Spyder ( i tried it in the Ipython console, inside the spyder).
But this library can be imported, for example using python/Ipython in 
windows command prompt or Spyder that I installed using PIP.
So does the standalone version have its  own environment (or something 
like that)?

In short how do you add another library in this standalone version?

I'm sorry if I don't understand or miss something.

Thank you!

Bests,
Teko








--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/626d1a72-8553-490f-b0ba-aa47ba1de141n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/19fdb94a-97e6-9853-826e-d671b46949a0%40gmail.com.


[spyder] [ANN] Spyder 4.2.4 is released!

2021-03-18 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *4.2.4* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes two weeks after version 4.2.3 and it contains the 
following important fixes:


 * Fix an important error when restarting kernels.
 * Add compatibility with the future Spyder 5.

In this release we fixed 3 issues and merged 8 pull requests that amount 
to more than 20 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/03475e5c-6201-3036-4dae-8d45abca6094%40gmail.com.


Re: [spyder] Is there a way to use Notepad++ as the text editor inside Spyder?

2021-03-18 Thread Carlos Córdoba

Hi,

No, there's no way to do that.


Cheers,
Carlos

El 18/03/21 a las 1:27 a. m., Rich Lysakowski escribió:
I love Notepad++ powerful text editing capabilities, but Spyder's 
debugging, integrated runtime tools, and many other awesome functions 
make Spyder a much better tool for pure Python programming than a raw 
(albeit super-powered) text editor. --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/b7bc5a83-111f-443e-a6a5-3ec757820841n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/31ea0241-4c13-fd0f-7aba-df56449fe683%40gmail.com.


Re: [spyder] Can I disable MRU order when CTRL+TAB-ing?

2021-03-14 Thread Carlos Córdoba

Hi,

Unfortunately that's not possible.


Cheers,
Carlos

El 14/03/21 a las 5:34 a. m., Gabi Teodoru escribió:
When CTRL-TAB-ing between open files, Spyder uses MRU (most recently 
used) order. Can I disable this from the options, to get the same 
behavior as in Chrome, i.e. CTRL+TAB goes to the next tab on the 
right, SHIFT+CTRL+TAB goes to the one on the left? Thanks! --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f79d662b-4419-4b1e-b96f-551b6000a26an%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2c1d6ec2-d877-6924-9821-378542eb1160%40gmail.com.


Re: [spyder] Preventing specific lines from autoformatting

2021-03-14 Thread Carlos Córdoba

Hi,

Unfortunately that's not possible.


Cheers,
Carlos

El 10/03/21 a las 10:01 p. m., Scott K escribió:
Generally, I like the auto-formatting, but is there a way to suppress 
formatting warnings on specific lines and prevent Spyder from 
auto-formatting them?

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/3ff1abbd-d415-490a-9e19-8a6cb52b4676n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/ac76e0ea-5643-9867-f099-5029f71d205a%40gmail.com.


Re: [spyder] How to install 3rd party module/dependencies for Spyder (dmg version)

2021-03-09 Thread Carlos Córdoba

Hi,

Yes, you will have to.


Cheers,
Carlos

El 9/03/21 a las 1:10 a. m., Tiger escribió:

Thanks you, Carlos

one question, does it mean I'll have to reinstall all 3rd party 
dependancies in Miniconda environment, even for those bundled with 
Spyder installer, like numpy, etc.


On Monday, March 8, 2021 at 6:56:17 AM UTC+8 ccord...@gmail.com wrote:

Hi,

If you want to use to other modules that don't come with our
installer, you need to do the following:

1. Install Miniconda: https://docs.conda.io/en/latest/miniconda.html

2. Create a conda environment, as explained here:


https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands

with the packages you want to use and `spyder-kernels`. In your
case you need to run these commands in a system terminal (i.e.
Terminal.app):

conda activate base
conda create -n myenv spyder-kernels scikit-learn

3. Connect Spyder to that environment by following these instructions:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Cheers,
Carlos

El 5/03/21 a las 10:26 a. m., Tiger escribió:

hello, I've installed 4.2.3 (using dmg package ) on Catalina, any
trying to install Scikit-learn, but the only guide for that is
using anaconda, which's not my case.
any suggestions for making it without involving anaconda? thanks!
-- 
You received this message because you are subscribed to the

Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to spyderlib+...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/spyderlib/e1fdc58b-ca02-49fd-9307-f003566041d8n%40googlegroups.com

.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/a0ab8b0b-8a73-40bc-8b35-244f7f5d06c3n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/b4080ead-3ac9-cd0f-b493-43db94741b4e%40gmail.com.


Re: [spyder] How to install 3rd party module/dependencies for Spyder (dmg version)

2021-03-07 Thread Carlos Córdoba

Hi,

If you want to use to other modules that don't come with our installer, 
you need to do the following:


1. Install Miniconda: https://docs.conda.io/en/latest/miniconda.html

2. Create a conda environment, as explained here:

https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands

with the packages you want to use and `spyder-kernels`. In your case you 
need to run these commands in a system terminal (i.e. Terminal.app):


conda activate base
conda create -n myenv spyder-kernels scikit-learn

3. Connect Spyder to that environment by following these instructions:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Cheers,
Carlos

El 5/03/21 a las 10:26 a. m., Tiger escribió:
hello, I've installed 4.2.3 (using dmg package ) on Catalina, any 
trying to install Scikit-learn, but the only guide for that is using 
anaconda, which's not my case.

any suggestions for making it without involving anaconda? thanks!
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e1fdc58b-ca02-49fd-9307-f003566041d8n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5c2be3c9-9361-a709-ff74-2786065589ca%40gmail.com.


Re: [spyder] [ANN] Spyder 4.2.3 is released!

2021-03-07 Thread Carlos Córdoba

Hi,

I clearly said that you should use our installers if you want a very 
stable and hassle-free update process. So I really don't understand why 
you keep insisting to use the instructions for Anaconda.


Now, why can't install Spyder 4.2.3 with Anaconda?

1. Because Anaconda takes some time to release new packages. That varies 
between two weeks and a month, and we don't have any control over it.
2. Even after the package is available, it's not certain that the update 
will be performed without problems (and we can't do anything about it 
either).


So, again, if you don't want to suffer with issues when updating Spyder 
anymore, please use our Windows or macOS installers, which are 
referenced in the "Simple installation" section of our release instructions.



Thanks,
Carlos

El 5/03/21 a las 11:13 a. m., Jean-Louis Subra escribió:

Then :


  Advanced installation


Important Notes

 1. If you are new to Python or the Scientific Python ecosystem, we
/strongly/ recommend you to install and use Anaconda
<https://www.anaconda.com/download/>. It comes with Spyder and all
its dependencies, along with the most important Python scientific
libraries (i.e. Numpy, Pandas, Matplotlib, IPython, etc) in a
single, easy to use environment.
 2. We also support |pip|, but please be aware that |pip|
installations are for advanced users with good knowledge of all
Spyder dependencies. Because of that, all installation problems
you encounter are expected to be solved by you.


Anaconda

You can easily install this version if you use Anaconda by closing 
Spyder and then running the following command in a system terminal 
(Anaconda Prompt on Windows, |xterm| on Linux or |Terminal.app| on macOS):


|conda install spyder=4.2.3 |

/Note/: If you installed Anaconda for the first time, you need to run 
the following command first:


|conda update anaconda |

before running the command above.

So I tried with :

conda update anaconda
conda install spyder=4.2.3

Le ven. 5 mars 2021 à 14:07, Nader Nazemi <mailto:nader...@gmail.com>> a écrit :


Please give the link to your step by step instructions.
Thank you

On Fri, Mar 5, 2021 at 5:44 AM Jean-Louis Subra
mailto:jeanlouis.su...@gmail.com>> wrote:

Hi,

Carlos, I used your link to install the update. I opened the
"Advanced installation / Details" but it didn't work.

Even if I don't understand English very well, I think I used
the good instructions as I wrote them in my previous message.

Kiko, I used your instruction and it worked well.

Thank you guys for your help  .

Jean-Louis


    Le ven. 5 mars 2021 à 00:06, Carlos Córdoba
mailto:ccordob...@gmail.com>> a écrit :

Hi,

Please use our installers if you want a very stable Spyder:

https://github.com/spyder-ide/spyder/releases


Cheers,
Carlos

El 4/03/21 a las 9:28 a. m., Jean-Louis Subra escribió:

Hi Carlos,

As I said in Google Spyder group, a Spyder update is so
painful. I can't update to Spyder 4.2.3 nor 4.2.2. Then I
uninstalled Anaconda, I installed it again and I wrote :

conda update anaconda
conda install spyder=4.2.3

but it didn't work. I got this error message :

(base) C:\Users\Jean-Louis>conda install spyder=4.2.3
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve.
Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve.
Retrying with flexible solve.

PackagesNotFoundError: The following packages are not
available from current channels:

  - spyder=4.2.3

Current channels:

  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the
conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Thank you Carlos.
Jean-Louis

    Le jeu. 4 mars 2021 à 03:28, Carlos Córdoba
mailto:ccordob...@gmail.com>> a
écrit :

Hi all,

On the behalf of the Spyder Project Contributors
<https://github.com/spyder-ide/spyder/graphs/contributors>,
  

Re: [spyder] [ANN] Spyder 4.2.3 is released!

2021-03-04 Thread Carlos Córdoba

Hi,

Please use our installers if you want a very stable Spyder:

https://github.com/spyder-ide/spyder/releases


Cheers,
Carlos

El 4/03/21 a las 9:28 a. m., Jean-Louis Subra escribió:

Hi Carlos,

As I said in Google Spyder group, a Spyder update is so painful. I 
can't update to Spyder 4.2.3 nor 4.2.2. Then I uninstalled Anaconda, I 
installed it again and I wrote :


conda update anaconda
conda install spyder=4.2.3

but it didn't work. I got this error message :

(base) C:\Users\Jean-Louis>conda install spyder=4.2.3
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with 
flexible solve.

Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with 
flexible solve.


PackagesNotFoundError: The following packages are not available from 
current channels:


  - spyder=4.2.3

Current channels:

  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Thank you Carlos.
Jean-Louis

Le jeu. 4 mars 2021 à 03:28, Carlos Córdoba <mailto:ccordob...@gmail.com>> a écrit :


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 *4.2.3* has been released and is
available for Windows, GNU/Linux and MacOS X:
https://github.com/spyder-ide/spyder/releases

This release comes one week after version 4.2.2 and it contains
the following important fixes:

  * Fix a very visible bug with Kite installation.
  * Make Find pane to correctly highlight results in the editor.
  * Don’t show “Mo such comm” message when restaring kernels.

In this release we fixed 4 issues and merged 6 pull requests that
amount to more than 20 commits. For a full list of fixes, please
see our Changelog
<https://github.com/spyder-ide/spyder/blob/4.x/CHANGELOG.md>.

Don’t forget to follow Spyder updates/news on the project’s
website <https://www.spyder-ide.org>.

Last, but not least, we welcome any contribution that helps making
Spyder an efficient scientific development and computing
environment. Join us to help creating your favorite environment!

Enjoy!
Carlos

-- 
You received this message because you are subscribed to the Google

Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to spyderlib+unsubscr...@googlegroups.com
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit

https://groups.google.com/d/msgid/spyderlib/00ccbaa6-5075-72ac-2324-13f38cc01b2f%40gmail.com

<https://groups.google.com/d/msgid/spyderlib/00ccbaa6-5075-72ac-2324-13f38cc01b2f%40gmail.com?utm_medium=email_source=footer>.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/CALLRxg8UquJsWUAfmmyOuOO4V2iKzBjDXoChssoaa%2BpdophEng%40mail.gmail.com 
<https://groups.google.com/d/msgid/spyderlib/CALLRxg8UquJsWUAfmmyOuOO4V2iKzBjDXoChssoaa%2BpdophEng%40mail.gmail.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f466a747-a1f4-971e-d4ed-eec1c41e068c%40gmail.com.


[spyder] [ANN] Spyder 4.2.3 is released!

2021-03-03 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *4.2.3* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes one week after version 4.2.2 and it contains the 
following important fixes:


 * Fix a very visible bug with Kite installation.
 * Make Find pane to correctly highlight results in the editor.
 * Don’t show “Mo such comm” message when restaring kernels.

In this release we fixed 4 issues and merged 6 pull requests that amount 
to more than 20 commits. For a full list of fixes, please see our 
Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/00ccbaa6-5075-72ac-2324-13f38cc01b2f%40gmail.com.


[spyder] [ANN] Spyder 4.2.2 is released!

2021-03-03 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce that Spyder *4.2.2* has been released and is available for 
Windows, GNU/Linux and MacOS X: 
https://github.com/spyder-ide/spyder/releases


This release comes two months after version 4.2.1 and it contains the 
following important fixes:


 * Improve performance when typing in the editor.
 * Make variable explorer work for kernels started in remote servers.
 * Fix using TKinter in the Windows and macOS installers.

In this release we fixed 26 issues and merged 35 pull requests that 
amount to more than 135 commits. For a full list of fixes, please see 
our Changelog .


Don’t forget to follow Spyder updates/news on the project’s website 
.


Last, but not least, we welcome any contribution that helps making 
Spyder an efficient scientific development and computing environment. 
Join us to help creating your favorite environment!


Enjoy!
Carlos

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/44f02075-4f8f-2838-0ce3-c15e2b943ee7%40gmail.com.


Re: [spyder] Triple #'s No longer Show in Outline

2021-03-01 Thread Carlos Córdoba

Hi,

The new convention for those kind of comments (called special comments) 
is this:


    # 

We commit to maintain that convention from now on.


Cheers,
Carlos

El 25/02/21 a las 12:57 a. m., Carl Marlow escribió:


In versions of Spyder after 4.1.5 all my ### {Whatever} separations in 
my code to make navigation easier have been removed from the Outline.  
I liked this feature way more than the #%% {Whatever} method because 
the ### could be nested under functions and would offer more 
resolution to the outline.  Please add this feature back!

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e91817c9-0c5d-4997-85cb-81f5577e5973n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/b5e9ab79-a95d-564b-c444-584e96994243%40gmail.com.


Re: [spyder] I can't update Anaconda/Spyder, it won't let me

2021-02-23 Thread Carlos Córdoba

Hi,

We know updating Spyder in Anaconda is really painful. That's why we 
created self-contained installers for Windows and macOS. You can find 
them here:


https://github.com/spyder-ide/spyder/releases/tag/v4.2.2

Since you have Anaconda already installed, you can use our installer 
along with the packages that come with Anaconda by following the 
instructions posted in our FAQ:


http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Cheers,
Carlos

El 23/02/21 a las 4:45 a. m., Jean-Louis Subra escribió:

Hi Mauricio,

Thank you for the link, it's interesting. For information I'm under 
Windows 10 and I don't install other packages for Anaconda, only 
Anaconda and I use Python 3.9.1 and Python 3.9 pywin32-300.


But effectively, even if I don't understand English very well, it 
seems it displayed conflicts during installation, perhaps with old 
version modules.


If next time I have problems again, I think I shall remove Anaconda 
before install it again. I hope it will run correctly again.


Jean-Louis

Le lundi 22 février 2021 à 18:18:10 UTC+1, mazal...@gmail.com a écrit :

Hi there,

You may review Anaconda documentation; in particular, the site on
MacOS available at
https://docs.anaconda.com/anaconda/install/mac-os/. Also, you may
review the troubleshooting link at
https://docs.anaconda.com/anaconda/user-guide/troubleshooting/;
there are special instructions on your necessity under a link
called "Conda update anaconda command does not install the latest
version of Anaconda" available at

https://docs.anaconda.com/anaconda/user-guide/troubleshooting/#conda-update-anaconda-command-does-not-install-the-latest-version-of-anaconda.


Regards,

Atentamente,

Mauricio AZÁLGARA
Documento Nacional de Identidad - DNI | CUI 42197376-3

On Sat, Feb 20, 2021 at 4:37 PM Craig Weinstein
 wrote:

I'm following instructions like "conda update --all" in the
Terminal for my Mac but nothing is working. 

-- 


You received this message because you are subscribed to the
Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from
it, send an email to spyderlib+...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/spyderlib/7508cb06-45fd-4824-9f51-ed9db609bfban%40googlegroups.com

.

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c3f61c4f-947b-4a33-a53e-8081d4196569n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/d038afbd-bcbf-8f37-096d-89ba7e10c9b1%40gmail.com.


Re: [spyder] I can't update Anaconda/Spyder, it won't let me

2021-02-20 Thread Carlos Córdoba

Hi,

The right way to install Spyder is by running

    conda update anaconda
    conda install spyder=4.2.1


Cheers,
Carlos

El 20/02/21 a las 1:35 p. m., Craig Weinstein escribió:
I'm following instructions like "conda update --all" in the Terminal 
for my Mac but nothing is working. --
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/7508cb06-45fd-4824-9f51-ed9db609bfban%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/6da2a38a-02d5-d32f-3ec9-7e6d5f3b1012%40gmail.com.


Re: [spyder] Invoking copyright(), credits() or license() in the iPython console gives error messages.

2021-02-13 Thread Carlos Córdoba

Hi,

Thanks for reporting. We're aware of that problem and investigating how 
to fix it.



Cheers,
Carlos

El 9/02/21 a las 11:28 p. m., Richard Fuhr escribió:
In the iPython Console of Spyder 4.2.1 running on macOS Big Sur, we 
are presented with the following:


*Python 3.9.1 (default, Dec 10 2020, 10:36:35) *
*Type "copyright", "credits" or "license" for more information.*
*
*
*IPython 7.19.0 -- An enhanced Interactive Python.*
*
*
*Populating the interactive namespace from numpy and matplotlib*
*
*
but when we invoke copyright() credits() or license() in the console 
we get the following


*copyright()*
*Traceback (most recent call last):*
*
*
*  File "", line 1, in *
*    copyright()*
*
*
*NameError: name 'copyright' is not defined*
*
*
*
*
*credits()*
*Traceback (most recent call last):*
*
*
*  File "", line 1, in *
*    credits()*
*
*
*NameError: name 'credits' is not defined*
*
*
*
*
*license()*
*Traceback (most recent call last):*
*
*
*  File "", line 1, in *
*    license()*
*
*
*NameError: name 'license' is not defined*
*
*
By contrast, if we invoke python3 at a Terminal prompt on the Mac, 
then the copyright(), credits(), and license() function calls yield 
good results.


Why is that?
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/2040cfbb-1ecb-414b-95a8-24842377e963n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5a030a78-9daf-f119-6e13-e7103224f741%40gmail.com.


  1   2   3   4   5   6   7   8   9   10   >