Re: [spyder] Re: [ANN] Spyder 3.0 second public beta release

2015-12-15 Thread Jitse Niesen
On Monday, 14 December 2015 18:31:16 UTC, Carlos Córdoba wrote: > > > El 14/12/15 a las 12:51, Cheng Chen escribió: > > May I ask where I could find the new version of Spyder 3.0 after I run conda > install -c spyder-ide spyder . > >> ​ >> > You need to open a terminal (cmd.exe on Windows) and r

[spyder] Spyder 3 and Jedi 0.9

2016-01-03 Thread Jitse Niesen
0b2 still does not allow Jedi >= 0.9. Cheers, Jitse Niesen -- 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 post t

[spyder] Re: can't import conda installed packages into spyder' ipython console

2016-03-26 Thread Jitse Niesen
I think you have two versions of Python installed. One comes with the system and the program probably is /usr/bin/python, the other comes with Anaconda and the program is /home/rick/Anaconda2/bin/python. When you open an (i)python console or when you do 'conda install', the Anaconda python envi

[spyder] Re: best way to create a 2nd line edge

2016-06-28 Thread Jitse Niesen
On Friday, 24 June 2016 22:11:39 UTC+1, Felipe Vieira wrote: > > > I'm a long user of spyder and maybe it is time to go one step ahead. > Motivated by the line lenght of 72 for docstrings I would like to add the > possibility of a 2nd vertical line to spyder ('edge line'). > [...] > Can any of yo

[spyder] Re: Mark line

2016-07-12 Thread Jitse Niesen
On Tuesday, 12 July 2016 07:15:53 UTC+1, Marc Hauser wrote: > > Is there a way to simply mark a line? Like, it highlights errors in a > panel, I was wondering if I could mark my own line in addition to the > errors it automatically points out. > Lines with a comment containing TODO, FIXME, XXX,

[spyder] Re: Spyder crashing upon startup because it trying to load IPython, which is executing error-ful code in PYTHONPATH?

2016-09-02 Thread Jitse Niesen
On 01/09/16 21:01, Brian Merchant wrote: I am finding that when I start Spyder, it tries to load IPython, which > in turn is executing error-ful code in PYTHONPATH. > > That code has errors, so Spyder is crashing, and never gets to start up. > > C:\Users\Brian Merchant>spyder > Traceback (m

[spyder] Re: [ANN] Spyder 3.0 fifth public beta release

2016-09-06 Thread Jitse Niesen
The plugins are in a state of flux. I worked on the unittest plugin in the weekend, and the following instructions should work on Linux. You need Spyder 3.0 *beta 6* and the latest version of spyder.unittest from Git. The plugin directory in beta 6 on Linux is ~/.config/spyder/plugins . Then, yo

[spyder] Re: Python 2 versions

2016-09-24 Thread Jitse Niesen
On Saturday, 24 September 2016 09:44:07 UTC+1, dhariya...@gmail.com wrote: > > Hi, I am using Spyder3(Python 3.5). But unable to import sklearn. How to > import it. When I go to my terminal and type "python -V" it gives python > 2.7 as output. > So, where to go and install Python 3.5 sklearn pack

Re: [spyder] Change User Interface (UI) language in Spyder and Python(x,y)

2016-10-16 Thread Jitse Niesen
On Saturday, 15 October 2016 20:19:26 UTC+1, shivendra panicker wrote: > > Even after setting the variable to en, UI opens in spanish > export LANG "en" > Try to change Tools > Preferences > General > Advanced Settings > Language. In Spanish, that is Herramientas > Preferencias > General > Opcione

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

2016-10-16 Thread Jitse Niesen
On Sunday, 16 October 2016 03:58:26 UTC+1, wolfga...@gmail.com wrote: > > > I went to the Spyder download page at: > > https://github.com/spyder-ide/spyder/releases/tag/v3.0.0 > > The icons for *Source code* (zip) and > *Source code* >

[spyder] Re: very small GUI toolbar fonts in Spyder3

2016-10-17 Thread Jitse Niesen
On Wednesday, 5 October 2016 07:58:26 UTC+1, Björn Johansson wrote: > > Hi, I have very small fonts for menu. Can I set this somewhere? > Hello. This looks like the issue described here: https://github.com/spyder-ide/spyder/issues/3489 . Sorry about that. We are still working on fixing it. As a

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

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

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

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

[spyder] Re: Spyder from browser not X Windows

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

[spyder] Re: What plugin is used for code cell syntax and functionality?

2016-11-17 Thread Jitse Niesen
Code cells are implemented in the editor plugin and the CodeEditor widget. I'm not sure how easy it is to use the functionality in another program. Jitse On Saturday, 12 November 2016 14:57:27 UTC, Michel Cevzar wrote: > > Hello, > > I would like to use code cell syntax and functionality outsid

[spyder] Re: spyder cannot connect to ipython kernel

2016-11-17 Thread Jitse Niesen
Hello, Is it possible to upgrade Spyder to 3.0 on DragonFlyBSD? Having no experience with BSD I have no idea how difficult this is. The part of the Spyder code for connecting to ipython has changed a lot between 2.3 and 3.0. Jitse On Wednesday, 16 November 2016 14:21:41 UTC, peeter001 wrote:

[spyder] Re: spyder cannot connect to ipython kernel

2016-11-18 Thread Jitse Niesen
applications very > closely. On FreeBSD, spyder 2.3 and 3.0 run fine.) > > Thanks > > Peeter > > -- > > > > > On Thursday, November 17, 2016 at 10:54:36 AM UTC+2, Jitse Niesen wrote: >> >> Hello, >> >> Is it possible to upgrade Spyder to

[spyder] Re: import numpy as np gives NameError: name 'numpy' is not defined

2016-12-17 Thread Jitse Niesen
If the numpy library is not available for import, you will get an "ImportError", not a "NameError". I do not see how the statement "import numpy as np" can give you a "NameError". I think the "NameError" is caused by another line in your script. To check, remove the whole script except the firs

[spyder] Re: Spyder console text wrapping

2017-01-01 Thread Jitse Niesen
That option does prevent wrapping output text in the Python console (at least for me), but not the IPython console. You may want to open an issue at https://github.com/spyder-ide/spyder/issues asking for a similar option for the IPython console, especially since the Python console is slated for

[spyder] Re: upgrading spyder

2017-01-07 Thread Jitse Niesen
I assume you originally installed Spyder using pip; if not, you need to upgrade Spyder using the same method that you used to originally install it. You can also install Spyder using any of the distributions listed at: https://github.com/spyder-ide/spyder 1. Anaconda

[spyder] Re: nbconvert >= 4.0 none(NOK)

2017-01-22 Thread Jitse Niesen
You should install nbconvert in the same way as you installed spyder. If that does not help, please tell us how you installed spyder, how you installed and upgraded nbconvert, and what OS you are on. Jitse On Sunday, 22 January 2017 00:29:25 UTC, Mr._B. D. wrote: > > Spyder keeps saying I am m

[spyder] [ANN] Spyder-unittest 0.1.0 is released!

2017-02-05 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.1.0 of the unittest plugin for Spyder has been released. You can use the plugin to run tests and view the results. It currently supports the nose and py.test frameworks. The plugin is available from Anaconda and

[spyder] [ANN] spyder-line-profiler 0.1.1 and spyder-memory-profiler 0.1.0 are released

2017-04-04 Thread Jitse Niesen
On the behalf of all contributors, I'm pleased to announce that initial versions of the line-profiler and memory-profiler plugins for Spyder have been released. These plugins have been mostly written by Joseph Martinot-Lagarde and Santiago Jaramillo. The line-profiler plugin allows you to see t

[spyder] [ANN] Spyder-unittest 0.2.0 is released!

2017-08-25 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.2.0 of the unittest plugin for Spyder has been released. You can use the plugin to run tests and view the results. It currently supports the nose, py.test and unittest frameworks. The plugin is available from Ana

[spyder] [ANN] Spyder-unittest 0.3.0 is released

2018-02-17 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.3.0 of the unittest plugin for Spyder has been released. You can use the plugin to run tests using the nose, py.test or unittest framework and view the results. It currently supports the nose, py.test and unittest

[spyder] [ANN] Spyder-unittest 0.3.1 is released

2018-06-16 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.3.1 of the unittest plugin for Spyder has been released. You can use the plugin to run test suites using the nose, pytest or unittest framework and view the results. The plugin is available from Anaconda and PyPI

[spyder] Re: Spyder opens jupyter notebook file as html

2018-08-25 Thread Jitse Niesen
On Friday, 24 August 2018 23:25:26 UTC+1, Tom Cipollone wrote: > > All seems to have loaded well. However, when I open a jupyter notebook > file (.ipynb) spyder loads it in html. I don't believe that there is > anything wrong with the file itself since I can get jupyter-notebook and > pycharms t

[spyder] [ANN] Spyder-notebook 0.1.3 is released

2018-09-01 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.1.3 of the notebook plugin for Spyder has been released. This plugin allows you to use Jupyter notebooks inside Spyder. The plugin is available from Anaconda and PyPI for Windows, GNU/Linux and MacOS X: https://g

[spyder] [ANN] Spyder-notebook 0.1.4 is released

2018-12-23 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.1.4 of the notebook plugin for Spyder has been released. This plugin allows you to use Jupyter notebooks inside Spyder. The plugin is available from Anaconda and PyPI for Windows, GNU/Linux and MacOS X: https://g

[spyder] Spyder-Unittest compatible with Spyder 4.0 ?

2019-12-27 Thread Jitse Niesen
Hi, You are right, the unittest plugin is not (yet) compatible with Spyder 4. We are working on it and hoping to release a new version in a week or so. Jitse -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop re

[spyder] [ANN] New releases of notebook, profiler and unittest plugins

2020-01-13 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce the recent release of new versions of the notebook, line-profiler, memory-profiler and unittest plugins for Spyder. The new releases are compatible with Spyder 4 and also include various bug fixes (see the change logs included w

[spyder] [ANN] Spyder-notebook 0.2.3 is released

2020-03-22 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.2.3 of the notebook plugin for Spyder has been released. This plugin allows you to use Jupyter notebooks inside Spyder. This is the third bug fix release in the 0.2.x series, which is compatible with Spyder 4.x.

[spyder] [ANN] spyder-line-profiler and spyder-memory-profiler 0.2.1 are released

2020-04-28 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce the release of version 0.2.1 of the line-profiler and memory-profiler plugins for Spyder. These plugins allow you to see the time spent and the memory usage in each line of code. The new releases fix some compatibility issues w

[spyder] [ANN] Spyder-unittest 0.4.1 is released

2020-05-23 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.4.1 of the unittest plugin for Spyder has been released. You can use the plugin to run test suites using the nose, pytest or unittest framework and view the results. This is a bug fix release, which is compatible

[spyder] [ANN] Spyder-notebook 0.3.0 is released

2020-07-30 Thread Jitse Niesen
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.3.0 of the notebook plugin for Spyder has been released. This plugin allows you to use Jupyter notebooks inside Spyder. This is major release with new functionality; in particular the plugin now uses the new tech

[spyder] Re: How can you leave color them of spyder as dark, but display jupyter notebooks with white background instead of black?

2020-08-12 Thread Jitse Niesen
I also have notebooks like that. I want to implement a configuration option, which allows people to do this. Hopefully this will be included in the next version. In the meantime, if you are happy to edit the source, it is quite a easy change. Find the file spyder_notebook/utils/servermanager.p

[spyder] [ANN] Spyder-notebook 0.3.2 is released

2021-02-02 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce (a week late) that version 0.3.2 of the notebook plugin for Spyder has been released. This plugin allows you to use Jupyter notebooks inside Spyder. This release includes some enhancements and bug fixes. See the changelog

[spyder] [ANN] Spyder-unittest 0.5.0 is released

2022-01-20 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.5.0 of the unittest plugin for Spyder has been released. You can use the plugin to run test suites using the nose, pytest or unittest framework and view the results. This version of the plugin is compatible with S

[spyder] [ANN] Spyder-line-profiler is released

2022-06-05 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.3.0 of the line-profiler plugin for Spyder has been released. You can use the plugin to profile Python code line by line. This version of the plugin is compatible with Spyder 5.2 and 5.3. See the changelog

[spyder] [ANN] Spyder-line-profiler 0.3.1 is released

2022-08-08 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.3.1 of the line-profiler plugin for Spyder has been released. You can use the plugin to profile Python code line by line. This release contains a small fix to ensure compatibility with Spyder version 5.3.2 and la

[spyder] [ANN] Spyder-unittest 0.5.1 is released

2022-09-04 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.5.1 of the unittest plugin for Spyder has been released. You can use the plugin to run test suites using the pytest or unittest framework and view the results. This version of the plugin includes two new features

[spyder] [ANN] Spyder-notebook 0.4.1 is released

2023-04-08 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.4.1 of the notebook plugin for Spyder has been released. This plugin allows you to use Jupyter notebooks inside Spyder. This release includes some critical bug fixes, so if the plugin did not work before, you may

[spyder] [ANN] Spyder-line-profiler 0.3.2 is released

2023-06-25 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.3.2 of the line-profiler plugin for Spyder has been released. You can use the plugin to profile Python code line by line. This release contains several bug fixes, most importantly you can now select the Python en

[spyder] [ANN] Spyder-unittest 0.6.0 is released

2023-07-02 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.6.0 of the unittest plugin for Spyder has been released. You can use the plugin to run suites of automatic tests and display their results. This release contains several new features and bug fixes. You can now run

Re: [spyder] [ANN] Spyder-unittest 0.6.0 is released

2023-07-04 Thread 'Jitse Niesen' via spyder
Hi John, Spyder 6 is not finished yet; only an alpha version has been released (in case you don't know, an alpha version is a half-finished product which still suffers from bugs and other problems). If you are new to Python and Spyder, I would recommend that you don't install the alpha version

[spyder] [ANN] Spyder-notebook 0.5.1 is released

2023-07-24 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.5.1 of the notebook plugin for Spyder has been released. This plugin allows you to use Jupyter notebooks inside Spyder. This release is based on the new version 4 of Jupyter Lab (up from version 1.2) and the even

[spyder] Re: Larger font in spyder-notebook

2020-10-21 Thread 'Jitse Niesen' via spyder
Unfortunately, it is not possible to change the font size in notebooks. You can right-click on the notebook and zoom in, but that is not quite the same. We'll have to think about the best way to allow users to change the font size. Jitse On Tuesday, 20 October 2020 at 22:07:54 UTC+1 omril...@g

[spyder] Re: Variable explorer for jupyter notebooks?

2020-10-21 Thread 'Jitse Niesen' via spyder
Please see the explanation at https://github.com/spyder-ide/spyder-notebook/issues/233#issuecomment-574355597 . On Tuesday, 20 October 2020 at 22:07:54 UTC+1 oszval...@gmail.com wrote: > Hey guys, > is there a way to connect the variable explorer to jupyter notebooks? > > -- You received this

[spyder] [ANN] Spyder-notebook 0.3.1 is released

2020-11-02 Thread 'Jitse Niesen' via spyder
Hi all, On the behalf of all contributors, I'm pleased to announce that version 0.3.1 of the notebook plugin for Spyder has been released. This plugin allows you to use Jupyter notebooks inside Spyder. This release fixes some bugs, including a serious one which breaks the plugin when the new v

[spyder] Re: [ANN] Spyder-unittest 0.4.1 is released

2020-11-19 Thread 'Jitse Niesen' via spyder
::method to print every print statement. I wasn't > able to find equivalent in the configuration. > > Thanks. > > --Leonid > > > > On Saturday, May 23, 2020 at 11:18:30 AM UTC-4 Jitse Niesen wrote: > >> Hi all, >> >> On the behalf of all contributor