getting-started-sagenotebook/script.rst
changeset 460 5d032e253580
parent 314 11869b16d86b
child 515 0eaf233cb64f
equal deleted inserted replaced
459:68c324a9981c 460:5d032e253580
    12 ..   #. Know about the menu options available 
    12 ..   #. Know about the menu options available 
    13 ..   #. Know about the cells in the worksheet
    13 ..   #. Know about the cells in the worksheet
    14 ..   #. Be able to evaluate cells, create and delete cells, navigate them.
    14 ..   #. Be able to evaluate cells, create and delete cells, navigate them.
    15 ..   #. Be able to make annotations in the worksheet
    15 ..   #. Be able to make annotations in the worksheet
    16 ..   #. Be able to use tab completion. 
    16 ..   #. Be able to use tab completion. 
    17 ..   #. Be able to use code from other languages in the cells. 
    17 ..   #. Be able to use code from other languages in the cells.            
    18 
    18 
    19 .. Prerequisites
    19 .. Prerequisites
    20 .. -------------
    20 .. -------------
    21 
    21 
    22 .. None. 
    22 .. None. 
    28 
    28 
    29 
    29 
    30 Script
    30 Script
    31 ------
    31 ------
    32 
    32 
       
    33 {{{ Show the slide containing the title }}}
       
    34 
    33 Hello friends. Welcome to this spoken tutorial on Getting started with
    35 Hello friends. Welcome to this spoken tutorial on Getting started with
    34 sage and sage notebook.
    36 Sage and Sage notebook.
    35 
       
    36 {{{ Show the slide containing the title }}}
       
    37 
    37 
    38 {{{ Show the slide containing the outline }}}
    38 {{{ Show the slide containing the outline }}}
    39 
    39 
    40 In this tutorial, we will learn what Sage is, what is Sage notebook,
    40 In this tutorial, we will learn what Sage is, what is Sage notebook,
    41 how to start and use the sage notebook. In the notebook we will be
    41 how to start and use the sage notebook. In the notebook we will be
    55 {{{ Shift to terminal }}}
    55 {{{ Shift to terminal }}}
    56 
    56 
    57 We are assuming that you have Sage installed on your computer now. If
    57 We are assuming that you have Sage installed on your computer now. If
    58 not please visit the page
    58 not please visit the page
    59 http://sagemath.org/doc/tutorial/introduction.html#installation for
    59 http://sagemath.org/doc/tutorial/introduction.html#installation for
    60 the tutorial on how to install Sage. Let us move on now.
    60 the tutorial on how to install Sage. 
    61 
    61 
    62 On the terminal type::
    62 
       
    63 Let us now learn how to start Sage. On the terminal type::
    63 
    64 
    64   sage
    65   sage
    65 
    66 
    66 This should start a new Sage shell with the prompt sage: which looks
    67 This should start a new Sage shell with the prompt sage: which looks
    67 like this
    68 like this
    79 a browser, a modern browser 
    80 a browser, a modern browser 
    80 
    81 
    81 {{{ Intentional *cough* *cough* }}}
    82 {{{ Intentional *cough* *cough* }}}
    82 
    83 
    83 to use Sage and nothing else! The Sage notebook also provides a
    84 to use Sage and nothing else! The Sage notebook also provides a
    84 convenient way of sharing and publishing our work which is very handy
    85 convenient way of sharing and publishing our work, which is very handy
    85 when we use Sage for research or for teaching.
    86 for research and teaching.
    86 
    87 
    87 However we can also run our own instances of Sage notebook servers on
    88 However we can also run our own instances of Sage notebook servers on
    88 all the computers we have a local installation of Sage. To start the
    89 all the computers we have a local installation of Sage. To start the
    89 notebook server just type::
    90 notebook server just type::
    90 
    91 
   317 
   318 
   318 This tutorial was created as a part of FOSSEE project, NME ICT, MHRD India
   319 This tutorial was created as a part of FOSSEE project, NME ICT, MHRD India
   319 
   320 
   320 Hope you have enjoyed and found it useful.
   321 Hope you have enjoyed and found it useful.
   321 Thank you!
   322 Thank you!
   322  
       
   323