source: sasview/src/sas/perspectives/calculator/media/pycrust_help_v0.html @ 36c5910

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 36c5910 was 36c5910, checked in by smk78, 9 years ago

Old html help renamed to _v0

  • Property mode set to 100644
File size: 957 bytes
Line 
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.
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.
13</p>
14<br/>
15For the details about the Python, visit the website, http://docs.python.org/tutorial/.
16<br/>
17The numpy, scipy, matplotlib, etc. are shipped with the SanView.
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> 
32<img src="pycrust_example.bmp"/>
33
34</body>
35
36</html>
Note: See TracBrowser for help on using the repository browser.