Skip to content
#

spyder

Here are 137 public repositories matching this topic...

goanpeca
goanpeca commented Aug 16, 2016

This includes documenting

  • from qtpy.QtCore import Signal, Slot
  • The use of the openfiledialog openfolderdialog helpers (study the option of overloading QFileDialog... which would also need documentation as it would change the default behavior)
  • Where to find the Qt version from qtpy.QtCore import __version__
OverLordGoldDragon
OverLordGoldDragon commented Apr 6, 2020

Matplotlib figures, if not closed, prevent testing (or any test code execution) from advancing. When running pytest via pytest.main([__file__, "-s"]) (F5, __main__), plots are inlined and there isn't a problem. Plots may be part of testing, so silencing isn't always an option.

Moving plots to the Plots pane, or inline, or really anywhere as long as they don't stall testing would work. Is t

goanpeca
goanpeca commented Feb 23, 2020

Since we will for some time be cross posting on both the spyder blog and the quansight blog, we should create a small tool to make this easier. Since most of the time we start on the labs website, we should create a Nikola -> Lektor blog.

The structure is well defined and on the future we could have these posts be created by a github action.

Improve this page

Add a description, image, and links to the spyder topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spyder topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.