Skip to content

Commit f623285

Browse files
committed
Fixes
1 parent 0f5045d commit f623285

File tree

1 file changed

+37
-57
lines changed

1 file changed

+37
-57
lines changed

sage-start-here.ipynb

Lines changed: 37 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@
713713
"metadata": {},
714714
"outputs": [],
715715
"source": [
716-
"S.solve()"
716+
"list(S.solve())"
717717
]
718718
},
719719
{
@@ -725,7 +725,7 @@
725725
"We review the three main ways to get help in Sage:\n",
726726
"\n",
727727
"- navigating through the documentation \n",
728-
"- tab completion, \n",
728+
"- tab-completion, \n",
729729
"- contextual help. "
730730
]
731731
},
@@ -801,9 +801,7 @@
801801
"execution_count": null,
802802
"metadata": {},
803803
"outputs": [],
804-
"source": [
805-
"sage:"
806-
]
804+
"source": []
807805
},
808806
{
809807
"cell_type": "markdown",
@@ -830,9 +828,7 @@
830828
"execution_count": null,
831829
"metadata": {},
832830
"outputs": [],
833-
"source": [
834-
"sage:"
835-
]
831+
"source": []
836832
},
837833
{
838834
"cell_type": "markdown",
@@ -1017,7 +1013,7 @@
10171013
"cell_type": "markdown",
10181014
"metadata": {},
10191015
"source": [
1020-
"### Method discovery with tab completion\n",
1016+
"### Method discovery with tab-completion\n",
10211017
"\n",
10221018
"\n",
10231019
"<a id='index-2'></a>"
@@ -1071,9 +1067,7 @@
10711067
"execution_count": null,
10721068
"metadata": {},
10731069
"outputs": [],
1074-
"source": [
1075-
"sage:"
1076-
]
1070+
"source": []
10771071
},
10781072
{
10791073
"cell_type": "markdown",
@@ -1098,9 +1092,7 @@
10981092
"execution_count": null,
10991093
"metadata": {},
11001094
"outputs": [],
1101-
"source": [
1102-
"sage:"
1103-
]
1095+
"source": []
11041096
},
11051097
{
11061098
"cell_type": "markdown",
@@ -1126,9 +1118,7 @@
11261118
"execution_count": null,
11271119
"metadata": {},
11281120
"outputs": [],
1129-
"source": [
1130-
"sage:"
1131-
]
1121+
"source": []
11321122
},
11331123
{
11341124
"cell_type": "markdown",
@@ -1178,9 +1168,7 @@
11781168
"execution_count": null,
11791169
"metadata": {},
11801170
"outputs": [],
1181-
"source": [
1182-
"sage:"
1183-
]
1171+
"source": []
11841172
},
11851173
{
11861174
"cell_type": "markdown",
@@ -1201,18 +1189,14 @@
12011189
"execution_count": null,
12021190
"metadata": {},
12031191
"outputs": [],
1204-
"source": [
1205-
"sage:"
1206-
]
1192+
"source": []
12071193
},
12081194
{
12091195
"cell_type": "code",
12101196
"execution_count": null,
12111197
"metadata": {},
12121198
"outputs": [],
1213-
"source": [
1214-
"sage:"
1215-
]
1199+
"source": []
12161200
},
12171201
{
12181202
"cell_type": "markdown",
@@ -1242,9 +1226,7 @@
12421226
"execution_count": null,
12431227
"metadata": {},
12441228
"outputs": [],
1245-
"source": [
1246-
"sage:"
1247-
]
1229+
"source": []
12481230
},
12491231
{
12501232
"cell_type": "markdown",
@@ -1264,7 +1246,7 @@
12641246
"### Plotting\n",
12651247
"\n",
12661248
"The plot() command allows you to draw plots of functions. Recall\n",
1267-
"that you can access the documentation by pressing the tab key\n",
1249+
"that you can access the documentation by pressing the Tab key\n",
12681250
"after writing plot? in a cell:\n",
12691251
"\n",
12701252
"skip"
@@ -1284,9 +1266,7 @@
12841266
"execution_count": null,
12851267
"metadata": {},
12861268
"outputs": [],
1287-
"source": [
1288-
"sage:"
1289-
]
1269+
"source": []
12901270
},
12911271
{
12921272
"cell_type": "markdown",
@@ -1368,7 +1348,7 @@
13681348
"cell_type": "markdown",
13691349
"metadata": {},
13701350
"source": [
1371-
"Try putting the cursor right after P.show( and pressing tab to get a list of\n",
1351+
"Try putting the cursor right after P.show( and pressing Tab to get a list of\n",
13721352
"the options for how you can change the values of the given inputs.\n",
13731353
"\n",
13741354
"skip"
@@ -1598,9 +1578,7 @@
15981578
"execution_count": null,
15991579
"metadata": {},
16001580
"outputs": [],
1601-
"source": [
1602-
"sage:"
1603-
]
1581+
"source": []
16041582
},
16051583
{
16061584
"cell_type": "markdown",
@@ -1614,9 +1592,7 @@
16141592
"execution_count": null,
16151593
"metadata": {},
16161594
"outputs": [],
1617-
"source": [
1618-
"sage:"
1619-
]
1595+
"source": []
16201596
},
16211597
{
16221598
"cell_type": "markdown",
@@ -1630,9 +1606,7 @@
16301606
"execution_count": null,
16311607
"metadata": {},
16321608
"outputs": [],
1633-
"source": [
1634-
"sage:"
1635-
]
1609+
"source": []
16361610
},
16371611
{
16381612
"cell_type": "markdown",
@@ -1656,9 +1630,7 @@
16561630
"execution_count": null,
16571631
"metadata": {},
16581632
"outputs": [],
1659-
"source": [
1660-
"sage:"
1661-
]
1633+
"source": []
16621634
},
16631635
{
16641636
"cell_type": "markdown",
@@ -1673,9 +1645,7 @@
16731645
"execution_count": null,
16741646
"metadata": {},
16751647
"outputs": [],
1676-
"source": [
1677-
"sage:"
1678-
]
1648+
"source": []
16791649
},
16801650
{
16811651
"cell_type": "markdown",
@@ -1702,9 +1672,7 @@
17021672
"execution_count": null,
17031673
"metadata": {},
17041674
"outputs": [],
1705-
"source": [
1706-
"sage:"
1707-
]
1675+
"source": []
17081676
},
17091677
{
17101678
"cell_type": "markdown",
@@ -1786,7 +1754,7 @@
17861754
"- Ask Sage: [https://ask.sagemath.org](https://ask.sagemath.org) \n",
17871755
"- Bug Tracker: [https://trac.sagemath.org](https://trac.sagemath.org) \n",
17881756
"- The open book [Computational Mathematics with Sage](http://sagebook.gforge.inria.fr/english.html)\n",
1789-
" (originally written in [French](http://sagebook.gforge.inria.fr/); also translated in $ German <http://www.loria.fr/~zimmerma/sagebook/CalculDeutsch.pdf/> $) \n",
1757+
" (originally written in [French](http://sagebook.gforge.inria.fr/); also translated in [German](http://www.loria.fr/~zimmerma/sagebook/CalculDeutsch.pdf/)) \n",
17901758
"- :ref:`Sage's main tutorial <tutorial>`_ \n",
17911759
"- [Sage’s official thematic tutorials](https://doc.sagemath.org/html/en/thematic_tutorials/index.html) \n",
17921760
"- [More Sage tutorials](https://more-sagemath-tutorials.readthedocs.io/) \n",
@@ -1796,11 +1764,23 @@
17961764
],
17971765
"metadata": {
17981766
"kernelspec": {
1799-
"display_name": "SageMath",
1800-
"language": "SageMath",
1767+
"display_name": "SageMath 8.5.beta6",
1768+
"language": "",
18011769
"name": "sagemath"
1770+
},
1771+
"language_info": {
1772+
"codemirror_mode": {
1773+
"name": "ipython",
1774+
"version": 2
1775+
},
1776+
"file_extension": ".py",
1777+
"mimetype": "text/x-python",
1778+
"name": "python",
1779+
"nbconvert_exporter": "python",
1780+
"pygments_lexer": "ipython2",
1781+
"version": "2.7.15"
18021782
}
18031783
},
18041784
"nbformat": 4,
18051785
"nbformat_minor": 2
1806-
}
1786+
}

0 commit comments

Comments
 (0)