Difference between revisions of "Spyder"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|REPLACE}} |{{#vardefine:url|REPLACE}} <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> |{{#vardefin...")
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Programming]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|REPLACE}}
+
|{{#vardefine:app|spyder}}
|{{#vardefine:url|REPLACE}}
+
|{{#vardefine:url|https://www.spyder-ide.org/}}
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
+
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 18: Line 18:
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
DESCRIPTION
+
Spyder is a free and open source scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It features a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.
  
 
<!--Modules-->
 
<!--Modules-->
Line 32: Line 32:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
* Silencing the warning
 +
Please note, when running spyder through a dynamic display system like OOD or Xpra, Spyder will frequently present a warning about a re-scaled display.  Please click "Dismiss" on this warning and not "Restart".  The developers are aware of this issue and a setting to not show this warning is being added in an updated version.
 +
 
 +
[[File:Spyder-scaling.png|50px|frame|center|Picture of the warning Spyder can present about scaling]]
  
 
|}}
 
|}}

Latest revision as of 18:56, 21 August 2022

Description

spyder website  

Spyder is a free and open source scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It features a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.

Environment Modules

Run module spider spyder to find out what environment modules are available for this application.

System Variables

  • HPC_SPYDER_DIR - installation directory

Additional Information

  • Silencing the warning

Please note, when running spyder through a dynamic display system like OOD or Xpra, Spyder will frequently present a warning about a re-scaled display. Please click "Dismiss" on this warning and not "Restart". The developers are aware of this issue and a setting to not show this warning is being added in an updated version.

Picture of the warning Spyder can present about scaling