Skip to content

Commit 3c95f31

Browse files
Final Windows Anaconda install instructions
1 parent e5f69a2 commit 3c95f31

File tree

4 files changed

+37
-178
lines changed

4 files changed

+37
-178
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.ipynb_checkpoints/Anaconda Install Instructions - Windows-checkpoint.ipynb

Lines changed: 18 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -4,129 +4,58 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<h2 align=\"center\"><span style =\"color:black;font-weight:bold\">Install Anaconda on Windows</span> </h2>"
7+
"<h1 align=\"center\"><span style =\"color:black;font-weight:bold\">Install Anaconda on Windows</span> </h1>"
88
]
99
},
1010
{
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"<span style =\"color:black;font-weight:bold\">Install Gnu on Windows</span>"
14+
"<span style =\"color:black;font-weight:bold;font-size: 18px;\">Install Gnu on Windows</span>"
1515
]
1616
},
1717
{
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
2121
"1) Download and install <span style =\"font-weight:bold\"> Gnu on Windows (Gow) </span> from\n",
22-
"<p></p><center> https://github.com/bmatzelle/gow/releases/download/v0.8.0/Gow-0.8.0.exe. </center>"
22+
"<h5 align=\"center\"> https://github.com/bmatzelle/gow/releases/download/v0.8.0/Gow-0.8.0.exe. </h5>\n"
2323
]
2424
},
2525
{
2626
"cell_type": "markdown",
2727
"metadata": {},
2828
"source": [
29-
"<span style =\"font-weight:bold\"> Install Anaconda and iPython Notebook</span>"
29+
"<span style =\"font-weight:bold;font-size: 18px;\"> Install Anaconda and iPython Notebook</span>"
3030
]
3131
},
3232
{
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"1) Download and insall Anaconda from \n",
37-
"<p></p> <center> http://repo.continuum.io/archive/Anaconda-2.3.0-Windows-x86_64.exe </center>\n",
38-
"<p></p>Select the default options when prompted during the installation of <b>Anaconda</b>\n",
36+
"1) Download and install Anaconda from \n",
37+
"<h5 align=\"center\">http://repo.continuum.io/archive/Anaconda-2.3.0-Windows-x86_64.exe </h5>\n",
38+
"<p></p>\n",
39+
"Select the default options when prompted during the installation of Anaconda\n",
3940
"<p></p>2) Restart your computer (to allow for updating)\n",
41+
"\n",
42+
"<img src=\"anaconda_command_prompt.png\" height=\"220\" width=\"220\">\n",
4043
"<p></p>3) Open Anaconda Command Prompt\n",
41-
"<p></p>4) "
44+
"<p></p>4) Type the command in red to update Anaconda \n",
45+
"<img src=\"Anaconda Command Prompt Screen Shot.png\">\n",
46+
"<p></p> <span style =\"color:red\"> python --version</span> \n",
47+
"<p></p><span style =\"color:black;font-weight:bold;font-size: 18px;\">Start IPython Notebook</span>\n",
48+
"<p></p>1) Type the command in red to start iPython Notebook\n",
49+
"<img src=\"LAST.png\">\n",
50+
"<p></p> <span style =\"color:red;\"> ipython notebook</span>"
4251
]
4352
},
4453
{
4554
"cell_type": "markdown",
4655
"metadata": {},
4756
"source": [
48-
"<font color=\"red\"> cd ~/Downloads </font>\n"
57+
"<span style =\"font-weight:bold;font-size: 18px;\">Congrats! You are Done! </span>"
4958
]
50-
},
51-
{
52-
"cell_type": "markdown",
53-
"metadata": {},
54-
"source": [
55-
"3) Type the command in red to install Anaconda \n",
56-
"<p> </p><font color = \"red\"> bash ./Anaconda-2.3.0-MacOSX-x86_64.sh </font>"
57-
]
58-
},
59-
{
60-
"cell_type": "markdown",
61-
"metadata": {},
62-
"source": [
63-
"4) Press <kbd> Enter </kbd> to read the license agreement. Use <kbd> Space </kbd> to continue to the next page. "
64-
]
65-
},
66-
{
67-
"cell_type": "markdown",
68-
"metadata": {},
69-
"source": [
70-
"5) Type <b> yes </b> to accept the license terms"
71-
]
72-
},
73-
{
74-
"cell_type": "markdown",
75-
"metadata": {},
76-
"source": [
77-
"6) Press <kbd> Enter </kbd> to install Anaconda to the default location."
78-
]
79-
},
80-
{
81-
"cell_type": "markdown",
82-
"metadata": {},
83-
"source": [
84-
"7) Type <b> yes </b> to have Anaconda update your PATH. "
85-
]
86-
},
87-
{
88-
"cell_type": "markdown",
89-
"metadata": {},
90-
"source": [
91-
"<b>Congrats! You are Done!</b>"
92-
]
93-
},
94-
{
95-
"cell_type": "markdown",
96-
"metadata": {},
97-
"source": [
98-
"You can check that Anaconda was installed by pressing the command in red"
99-
]
100-
},
101-
{
102-
"cell_type": "markdown",
103-
"metadata": {},
104-
"source": [
105-
"<font color = \"red\"> python --version </font>"
106-
]
107-
},
108-
{
109-
"cell_type": "markdown",
110-
"metadata": {},
111-
"source": [
112-
"You can type the command in red to update Anaconda"
113-
]
114-
},
115-
{
116-
"cell_type": "markdown",
117-
"metadata": {},
118-
"source": [
119-
"<font color = \"red\">conda update --all --yes</font> "
120-
]
121-
},
122-
{
123-
"cell_type": "code",
124-
"execution_count": null,
125-
"metadata": {
126-
"collapsed": true
127-
},
128-
"outputs": [],
129-
"source": []
13059
}
13160
],
13261
"metadata": {

Anaconda Install Instructions - Windows.ipynb

Lines changed: 18 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -4,129 +4,58 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<h2 align=\"center\"><span style =\"color:black;font-weight:bold\">Install Anaconda on Windows</span> </h2>"
7+
"<h1 align=\"center\"><span style =\"color:black;font-weight:bold\">Install Anaconda on Windows</span> </h1>"
88
]
99
},
1010
{
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"<span style =\"color:black;font-weight:bold\">Install Gnu on Windows</span>"
14+
"<span style =\"color:black;font-weight:bold;font-size: 18px;\">Install Gnu on Windows</span>"
1515
]
1616
},
1717
{
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
2121
"1) Download and install <span style =\"font-weight:bold\"> Gnu on Windows (Gow) </span> from\n",
22-
"<p></p><center> https://github.com/bmatzelle/gow/releases/download/v0.8.0/Gow-0.8.0.exe. </center>"
22+
"<h5 align=\"center\"> https://github.com/bmatzelle/gow/releases/download/v0.8.0/Gow-0.8.0.exe. </h5>\n"
2323
]
2424
},
2525
{
2626
"cell_type": "markdown",
2727
"metadata": {},
2828
"source": [
29-
"<span style =\"font-weight:bold\"> Install Anaconda and iPython Notebook</span>"
29+
"<span style =\"font-weight:bold;font-size: 18px;\"> Install Anaconda and iPython Notebook</span>"
3030
]
3131
},
3232
{
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"1) Download and insall Anaconda from \n",
37-
"<p></p> <center> http://repo.continuum.io/archive/Anaconda-2.3.0-Windows-x86_64.exe </center>\n",
38-
"<p></p>Select the default options when prompted during the installation of <b>Anaconda</b>\n",
36+
"1) Download and install Anaconda from \n",
37+
"<h5 align=\"center\">http://repo.continuum.io/archive/Anaconda-2.3.0-Windows-x86_64.exe </h5>\n",
38+
"<p></p>\n",
39+
"Select the default options when prompted during the installation of Anaconda\n",
3940
"<p></p>2) Restart your computer (to allow for updating)\n",
41+
"\n",
42+
"<img src=\"anaconda_command_prompt.png\" height=\"220\" width=\"220\">\n",
4043
"<p></p>3) Open Anaconda Command Prompt\n",
41-
"<p></p>4) "
44+
"<p></p>4) Type the command in red to update Anaconda \n",
45+
"<img src=\"Anaconda Command Prompt Screen Shot.png\">\n",
46+
"<p></p> <span style =\"color:red\"> python --version</span> \n",
47+
"<p></p><span style =\"color:black;font-weight:bold;font-size: 18px;\">Start IPython Notebook</span>\n",
48+
"<p></p>1) Type the command in red to start iPython Notebook\n",
49+
"<img src=\"LAST.png\">\n",
50+
"<p></p> <span style =\"color:red;\"> ipython notebook</span>"
4251
]
4352
},
4453
{
4554
"cell_type": "markdown",
4655
"metadata": {},
4756
"source": [
48-
"<font color=\"red\"> cd ~/Downloads </font>\n"
57+
"<span style =\"font-weight:bold;font-size: 18px;\">Congrats! You are Done! </span>"
4958
]
50-
},
51-
{
52-
"cell_type": "markdown",
53-
"metadata": {},
54-
"source": [
55-
"3) Type the command in red to install Anaconda \n",
56-
"<p> </p><font color = \"red\"> bash ./Anaconda-2.3.0-MacOSX-x86_64.sh </font>"
57-
]
58-
},
59-
{
60-
"cell_type": "markdown",
61-
"metadata": {},
62-
"source": [
63-
"4) Press <kbd> Enter </kbd> to read the license agreement. Use <kbd> Space </kbd> to continue to the next page. "
64-
]
65-
},
66-
{
67-
"cell_type": "markdown",
68-
"metadata": {},
69-
"source": [
70-
"5) Type <b> yes </b> to accept the license terms"
71-
]
72-
},
73-
{
74-
"cell_type": "markdown",
75-
"metadata": {},
76-
"source": [
77-
"6) Press <kbd> Enter </kbd> to install Anaconda to the default location."
78-
]
79-
},
80-
{
81-
"cell_type": "markdown",
82-
"metadata": {},
83-
"source": [
84-
"7) Type <b> yes </b> to have Anaconda update your PATH. "
85-
]
86-
},
87-
{
88-
"cell_type": "markdown",
89-
"metadata": {},
90-
"source": [
91-
"<b>Congrats! You are Done!</b>"
92-
]
93-
},
94-
{
95-
"cell_type": "markdown",
96-
"metadata": {},
97-
"source": [
98-
"You can check that Anaconda was installed by pressing the command in red"
99-
]
100-
},
101-
{
102-
"cell_type": "markdown",
103-
"metadata": {},
104-
"source": [
105-
"<font color = \"red\"> python --version </font>"
106-
]
107-
},
108-
{
109-
"cell_type": "markdown",
110-
"metadata": {},
111-
"source": [
112-
"You can type the command in red to update Anaconda"
113-
]
114-
},
115-
{
116-
"cell_type": "markdown",
117-
"metadata": {},
118-
"source": [
119-
"<font color = \"red\">conda update --all --yes</font> "
120-
]
121-
},
122-
{
123-
"cell_type": "code",
124-
"execution_count": null,
125-
"metadata": {
126-
"collapsed": true
127-
},
128-
"outputs": [],
129-
"source": []
13059
}
13160
],
13261
"metadata": {

PyRevolution

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 2a652bd666642c4eb6c88286699828a678fa6067

0 commit comments

Comments
 (0)