source: sasview/src/sans/perspectives/calculator/media/pycrust_help.html @ 8f52edd

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 8f52edd was 5777106, checked in by Mathieu Doucet <doucetm@…>, 11 years ago

Moving things around. Will definitely not build.

  • Property mode set to 100644
File size: 992 bytes
RevLine 
[40c84e4]1<html>
2<body>
3<h4>Python (PyCrust) Shell</h4>
4<ul>
5<li><a href="#description">Description</a></li>
6<li><a href="#example">Example</a></li>
7</ul>
8<h5><a name="description">Description</a></h5>
9<p>
10This is a python shell (PyCrust) provided with WxPython.
[82b0b6a7]11An editing notebook will show up when a Python file is loaded from the 'New' or 'Open' menu.
12The 'Run' menu is added for the editor to be able to compile and run the python code.
[40c84e4]13</p>
14<br/>
15For the details about the Python, visit the website, http://docs.python.org/tutorial/.
16<br/>
[82b0b6a7]17The numpy, scipy, matplotlib, etc. are shipped with the SanView.
[40c84e4]18<br/>
19However, some functionalities of those packages may or may not work.
20<br/>
21The PyCrust includes its own Help menu in the shell window.
22<br/>
23Note: Help(), Credits(), ... do not work on MAC.
24<br/>
25
26<p>
27<h5><a name="example">Example</a></h5>
28</p>
29<p>
30An example from the matplotlib gallery:
31</p> 
[616c966]32<img src="pycrust_example.bmp"/>
[40c84e4]33
34</body>
35
36</html>
Note: See TracBrowser for help on using the repository browser.