Changeset 77a9ddc in sasview
- Timestamp:
- Feb 19, 2015 6:25:37 AM (10 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 60e1a73
- Parents:
- cbae5a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/perspectives/calculator/media/python_shell_help.rst
r920928f r77a9ddc 10 10 ----------- 11 11 12 This is a Python shell (PyCrust) provided with WxPython. An editing notebook 13 will show up when a Python file is loaded from the 'New' or 'Open' menu. 12 This is a Python shell/editor (PyCrust) provided with WxPython. An editing 13 notebook will show up when a Python file is created/loaded with the *New* or 14 *Open* options on the menu. 14 15 15 The 'Run' menu is added for the editor to be able to compile and run the Python 16 code. 16 *Run* enables the editor to compile and run the Python code. 17 17 18 For the details about the Python, visit the website 19 http://docs.python.org/tutorial/ 18 For the details about the Python, visit the website http://docs.python.org/tutorial/ 20 19 21 The numpy, scipy, matplotlib, etc, libraries are shipped with SasView. However,22 some functionalities of those packages may ormay not work.20 The NumPy, SciPy, and Matplotlib, etc, libraries are shipped with SasView. 21 However, some functionality may not work. 23 22 24 PyCrust includes its own Help menu in the shell window.23 PyCrust has its own Help. 25 24 26 Note: Help() and Credits() do not work on Macs. 25 *NOTE! Help() and Credits() do not work on Macs.* 27 26 28 27 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ … … 31 30 ------- 32 31 33 An example from the matplotlibgallery:32 An example calling the Matplotlib plotting gallery: 34 33 35 .. image:: pycrust_example.bmp 34 .. image:: pycrust_example.png 35 36 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 37 38 .. note:: This help document was last changed by Steve King, 19Feb2015
Note: See TracChangeset
for help on using the changeset viewer.