diff options
author | Jovina | 2012-08-03 11:35:54 +0530 |
---|---|---|
committer | Jovina | 2012-08-03 11:35:54 +0530 |
commit | a9c09136b785a5769d7b927c22f416f1964016fe (patch) | |
tree | a4d4b9b7b142bbe5051485d69640e17e2f32b16e /ult/Documentation/5.1.rst | |
parent | 18d8394b05bc6cc52cd1a54a59a22163b5147c34 (diff) | |
parent | f71e9c3a7f4407dcd1ade3858c9a3a07028ce716 (diff) | |
download | sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.tar.gz sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.tar.bz2 sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.zip |
Merge branch 'master' of http://github.com/FOSSEE/sdes-stscripts
Diffstat (limited to 'ult/Documentation/5.1.rst')
-rw-r--r-- | ult/Documentation/5.1.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/ult/Documentation/5.1.rst b/ult/Documentation/5.1.rst new file mode 100644 index 0000000..049309f --- /dev/null +++ b/ult/Documentation/5.1.rst @@ -0,0 +1,43 @@ + +5.1 Getting started with Sage notebook +====================================== + +1. Know about Sage + * What is Sage(0.30 - 0.52) + * Installing Sage(0.53 - 1.11) + +#. Start Sage shell (1.18 - 1.35) + +#. What is sage notebook and how to start the same (1.35 - 2.44) + +#. Create accounts and start using the notebook(2.45 - 4.13) + +#. Access the menus available on the notebook(4.15 - 5.07) + +#. Create new worksheets(5.08 - 5.30) + +#. Evaluate cells in the worksheet(5.31 - 6.20) + +#. Create new cells, delete the cells and navigate around the cells + * Creating new cells(6.21 - 6.45) + * Evaluating cells(6.45 - 7.21) + * Navigating around cells(7.22 - 7.35) + * Deleting cells(7.36 - 7.40) + +#. Make annotations in the worksheet(7.41 - 7.58) + +#. Embed code of other scripting languages in the cells + * HTML(7.59 - 9.27) + * Latex(9.28 - 9.59) + +#. Obtaining help and using tab completions + * help(10.01 - 10.46) + * tab completion(10.47 - 11.44) + * The three states(11.47 - 14.33) + +#. Summary(14.37 - 15.02) + +#. Evaluation Questions(15.04 - 15.34) + + + |