getting-started-sagenotebook/script.rst
changeset 516 fcb9936eb009
parent 515 0eaf233cb64f
child 517 71697b10f4ae
equal deleted inserted replaced
515:0eaf233cb64f 516:fcb9936eb009
    45 the offline help available.
    45 the offline help available.
    46 
    46 
    47 {{{ Show the slide on what is Sage }}}
    47 {{{ Show the slide on what is Sage }}}
    48 
    48 
    49 To start with, What is Sage? Sage is a free, open-source mathematical
    49 To start with, What is Sage? Sage is a free, open-source mathematical
    50 software. Sage can do a lot of math stuff for you including but not
    50 software. Sage can do a lot of math stuff for you including, but not
    51 limited to algebra, calculus, geometry, cryptography, graph theory
    51 limited to, algebra, calculus, geometry, cryptography, graph theory
    52 among other things. It can also be used as aid in teaching and
    52 among other things. It can also be used as aid in teaching and
    53 research in any of the areas that Sage supports. So let us start Sage
    53 research in any of the areas that Sage supports. So let us start Sage
    54 now
    54 now
    55 
    55 
    56 {{{ Shift to terminal }}}
    56 {{{ Shift to terminal }}}
    69 like this
    69 like this
    70 
    70 
    71 {{{ Show what is displayed on the terminal }}}
    71 {{{ Show what is displayed on the terminal }}}
    72 
    72 
    73 So now we can type all the commands that Sage supports here. But Sage
    73 So now we can type all the commands that Sage supports here. But Sage
    74 comes bundled with a much much much more elegant tool called Sage
    74 comes bundled with a much more elegant tool called Sage
    75 Notebook? What is Sage Notebook? Sage Notebook provides a web based
    75 Notebook? What is Sage Notebook? Sage Notebook provides a web based
    76 user interface to use Sage. So once we have a Sage notebook server up
    76 user interface to use Sage. So once we have a Sage notebook server up
    77 and running all we want is a browser to access the Sage
    77 and running, all we want is a browser to access the Sage
    78 functionality. For example there is an official instance of Sage
    78 functionality. For example there is an official instance of Sage
    79 Notebook server running at http://sagenb.org You can visit that page,
    79 Notebook server running at http://sagenb.org You can visit that page,
    80 create an account there and start using Sage! So all you need is just
    80 create an account there and start using Sage! So all you need is just
    81 a browser, a modern browser 
    81 a browser, a modern browser 
    82 
    82 
    83 {{{ Intentional *cough* *cough* }}}
    83 {{{ Intentional *cough* *cough* }}}
       
    84 
       
    85 #[[Bhanu: what? Are you serious?]]
    84 
    86 
    85 to use Sage and nothing else! The Sage notebook also provides a
    87 to use Sage and nothing else! The Sage notebook also provides a
    86 convenient way of sharing and publishing our work, which is very handy
    88 convenient way of sharing and publishing our work, which is very handy
    87 for research and teaching.
    89 for research and teaching.
    88 
    90 
   119 {{{ If you are logged in tell that you are logged in, log out and show
   121 {{{ If you are logged in tell that you are logged in, log out and show
   120 what is said above for the login page }}}
   122 what is said above for the login page }}}
   121 
   123 
   122 Once we are logged in with the admin account we can see the notebook
   124 Once we are logged in with the admin account we can see the notebook
   123 admin page. A notebook can contain a collection of Sage Notebook
   125 admin page. A notebook can contain a collection of Sage Notebook
   124 worksheets. Worksheets are basically the working area. This is where
   126 worksheets. Worksheet is basically a working area. This is where
   125 we enter all the Sage commands on the notebook.
   127 we enter all the Sage commands on the notebook.
   126 
   128 
   127 The admin page lists all the worksheets created. On the topmost part
   129 The admin page lists all the worksheets created. On the topmost part
   128 of this page we have the links to various pages. 
   130 of this page we have the links to various pages. 
   129 
   131 
   131 the link. For each of the link go to the page and explain as below }}}
   133 the link. For each of the link go to the page and explain as below }}}
   132 
   134 
   133 The home link takes us to the admin home page. The published link
   135 The home link takes us to the admin home page. The published link
   134 takes us to the page which lists all the published worksheets. The log
   136 takes us to the page which lists all the published worksheets. The log
   135 link has the complete log of all the actions we did on the
   137 link has the complete log of all the actions we did on the
   136 notebook. We have the settings link where can configure our notebook,
   138 notebook. We have the settings link where we can configure our notebook,
   137 the notebook server, we can create and mangage accounts. We have a
   139 the notebook server, create and  mangage accounts. We have a
   138 link to help upon clicking opens a new window with the complete help
   140 link to help upon clicking opens a new window with the complete help
   139 of Sage. The entire documentation of Sage is supplied with Sage for
   141 of Sage. The entire documentation of Sage is supplied with Sage for
   140 offline reference and this help link is the way to get into it. Then
   142 offline reference and this help link is the way to get into it. Then
   141 we can report bugs about Sage by clicking on Report a Problem link and
   143 we can report bugs about Sage by clicking on Report a Problem link and
   142 there is a link to sign out of the notebook.
   144 there is a link to sign out of the notebook.