@@ -8,7 +8,7 @@ Installing the SAS kernel
8
8
9
9
The SAS kernel package installs just like any other Python package.
10
10
It is a pure Python package and works with Python 3.X
11
- installations. To install using ``pip ``, you execute one of the
11
+ installations. To install using ``pip ``, you execute one of the
12
12
following commands.
13
13
14
14
::
@@ -32,7 +32,7 @@ Linux install for Anaconda Python (assuming SAS already installed)
32
32
then use a common location such as ``/opt ``.
33
33
34
34
* One installation prompt is to add the path to your environment. SAS
35
- recommends that you answer 'yes' to the prompt so that you get the
35
+ recommends that you answer 'yes' to the prompt so that you get the
36
36
executables in your path automatically. If you are performing a system-wide
37
37
installation (using root or sudo), then all the other users must add
38
38
the path to their environmental variables.
@@ -41,7 +41,7 @@ Linux install for Anaconda Python (assuming SAS already installed)
41
41
package. The SASPy package is available from https://github.com/sassoftware/saspy.
42
42
If the ``pip `` command in your path does not map to Python3, then use ``pip3 ``
43
43
instead.
44
- ::
44
+ ::
45
45
46
46
pip install sas_kernel
47
47
@@ -72,17 +72,10 @@ Linux install for Anaconda Python (assuming SAS already installed)
72
72
73
73
74
74
Use the `SASPy configuration documentation `_ to complete you set up.
75
- If you are using Linux or Unix the STDIO _ or `STDIO over SSH `_ will be the fastest connections, but IOM is also available
76
- All other systems will use *only * the IOM _ connection. If you want to connect to PC SAS on your local system, use `IOM Local `_
77
75
78
- .. _STDIO : https://sassoftware.github.io/saspy/install.html#stdio
79
- .. _STDIO over SSH : https://sassoftware.github.io/saspy/install.html#stdio-over-ssh
80
- .. _IOM : https://sassoftware.github.io/saspy/install.html#iom
81
- .. _IOM Local : https://sassoftware.github.io/saspy/install.html#local
82
- .. _SASPy configuration documentation : https://sassoftware.github.io/saspy/install.html#configuration
76
+ .. _SASPy configuration documentation : https://sassoftware.github.io/saspy/configuration.html
83
77
84
- * Configuration documentation: https://sassoftware.github.io/saspy/install.html#configuration
85
- * GitHub version of the file: https://github.com/sassoftware/saspy/blob/master/saspy/sascfg.py
78
+ * SASPy documentation: https://sassoftware.github.io/saspy/index.html
86
79
* More information about SASPy: https://github.com/sassoftware/saspy
87
80
88
81
@@ -101,9 +94,9 @@ You must have Superuser privileges (root or sudo).
101
94
102
95
#. You can use the ``pip `` command.
103
96
::
104
-
105
- wget https://bootstrap.pypa.io/get-pip.py
106
- python3.5 get-pip.py
97
+
98
+ wget https://bootstrap.pypa.io/get-pip.py
99
+ python3.5 get-pip.py
107
100
pip3 --version``
108
101
109
102
#. Install Jupyter and the SAS kernel package. The package has a dependency on the SASPy
@@ -115,7 +108,7 @@ You must have Superuser privileges (root or sudo).
115
108
116
109
#. Verify that the SAS kernel package is installed.
117
110
::
118
-
111
+
119
112
jupyter kernelspec list
120
113
121
114
Your output should look similar to the following:
@@ -132,17 +125,10 @@ You must have Superuser privileges (root or sudo).
132
125
133
126
134
127
Use the `SASPy configuration documentation `_ to complete you set up.
135
- If you are using Linux or Unix the STDIO _ or `STDIO over SSH `_ will be the fastest connections, but IOM is also available
136
- All other systems will use *only * the IOM _ connection. If you want to connect to PC SAS on your local system, use `IOM Local `_
137
128
138
- .. _STDIO : https://sassoftware.github.io/saspy/install.html#stdio
139
- .. _STDIO over SSH : https://sassoftware.github.io/saspy/install.html#stdio-over-ssh
140
- .. _IOM : https://sassoftware.github.io/saspy/install.html#iom
141
- .. _IOM Local : https://sassoftware.github.io/saspy/install.html#local
142
- .. _SASPy configuration documentation : https://sassoftware.github.io/saspy/install.html#configuration
129
+ .. _SASPy configuration documentation : https://sassoftware.github.io/saspy/configuration.html
143
130
144
- * Configuration documentation: https://sassoftware.github.io/saspy/install.html#configuration
145
- * GitHub version of the file: https://github.com/sassoftware/saspy/blob/master/saspy/sascfg.py
131
+ * SASPy documentation: https://sassoftware.github.io/saspy/index.html
146
132
* More information about SASPy: https://github.com/sassoftware/saspy
147
133
148
134
@@ -157,7 +143,7 @@ Windows install (assuming SAS already installed)
157
143
following:
158
144
159
145
* Install in the default location unless you have a good reason to change it.
160
- Using the default location simplifies administration.
146
+ Using the default location simplifies administration.
161
147
162
148
.. image :: ./images/ap3.PNG
163
149
:scale: 50%
@@ -169,7 +155,7 @@ Windows install (assuming SAS already installed)
169
155
:scale: 50%
170
156
171
157
* Another installation prompt is to add the path to your environment. SAS
172
- recommends that you answer 'yes' to the prompt so that you get the
158
+ recommends that you answer 'yes' to the prompt so that you get the
173
159
executables in your path automatically. Adding the path your environment
174
160
simplifies starting Python and Jupyter.
175
161
@@ -186,7 +172,7 @@ Windows install (assuming SAS already installed)
186
172
package. The SASPy package is available from https://github.com/sassoftware/saspy.
187
173
If the ``pip `` command in your path does not map to Python3, then use ``pip3 ``
188
174
instead.
189
- ::
175
+ ::
190
176
191
177
pip install sas_kernel
192
178
@@ -209,20 +195,12 @@ Windows install (assuming SAS already installed)
209
195
210
196
211
197
Use the `SASPy configuration documentation `_ to complete you set up.
212
- If you are using Linux or Unix the STDIO _ or `STDIO over SSH `_ will be the fastest connections, but IOM is also available
213
- All other systems will use *only * the IOM _ connection. If you want to connect to PC SAS on your local system, use `IOM Local `_
214
198
215
- .. _STDIO : https://sassoftware.github.io/saspy/install.html#stdio
216
- .. _STDIO over SSH : https://sassoftware.github.io/saspy/install.html#stdio-over-ssh
217
- .. _IOM : https://sassoftware.github.io/saspy/install.html#iom
218
- .. _IOM Local : https://sassoftware.github.io/saspy/install.html#local
219
- .. _SASPy configuration documentation : https://sassoftware.github.io/saspy/install.html#configuration
199
+ .. _SASPy configuration documentation : https://sassoftware.github.io/saspy/configuration.html
220
200
221
- * Configuration documentation: https://sassoftware.github.io/saspy/install.html#configuration
222
- * GitHub version of the file: https://github.com/sassoftware/saspy/blob/master/saspy/sascfg.py
201
+ * SASPy documentation: https://sassoftware.github.io/saspy/index.html
223
202
* More information about SASPy: https://github.com/sassoftware/saspy
224
203
225
- .. NOTE :: For PC SAS (connecting to your local system), use the `IOM Local`_ connection instructions.
226
204
227
205
228
206
*****************
@@ -236,21 +214,21 @@ OSX (Mac) install
236
214
following:
237
215
238
216
* Install in the default location unless you have a good reason to change it.
239
- Using the default location simplifies administration.
217
+ Using the default location simplifies administration.
240
218
241
219
* One installation prompt is to make Python accessible for just your account
242
220
or for all users. Select the best response for your situation.
243
221
244
222
* Another installation prompt is to add the path to your environment. SAS
245
- recommends that you answer 'yes' to the prompt so that you get the
223
+ recommends that you answer 'yes' to the prompt so that you get the
246
224
executables in your path automatically. Adding the path your environment
247
225
simplifies starting Python and Jupyter.
248
226
249
227
#. Install the SAS kernel package. The package has a dependency on the SASPy
250
228
package. The SASPy package is available from https://github.com/sassoftware/saspy.
251
229
If the ``pip `` command in your path does not map to Python3, then use ``pip3 ``
252
230
instead.
253
- ::
231
+ ::
254
232
255
233
pip install sas_kernel
256
234
@@ -274,21 +252,12 @@ OSX (Mac) install
274
252
275
253
276
254
Use the `SASPy configuration documentation `_ to complete you set up.
277
- If you are using Linux or Unix the STDIO _ or `STDIO over SSH `_ will be the fastest connections, but IOM is also available
278
- All other systems will use *only * the IOM _ connection. If you want to connect to PC SAS on your local system, use `IOM Local `_
279
255
280
- .. _STDIO : https://sassoftware.github.io/saspy/install.html#stdio
281
- .. _STDIO over SSH : https://sassoftware.github.io/saspy/install.html#stdio-over-ssh
282
- .. _IOM : https://sassoftware.github.io/saspy/install.html#iom
283
- .. _IOM Local : https://sassoftware.github.io/saspy/install.html#local
284
- .. _SASPy configuration documentation : https://sassoftware.github.io/saspy/install.html#configuration
256
+ .. _SASPy configuration documentation : https://sassoftware.github.io/saspy/configuration.html
285
257
286
- * Configuration documentation: https://sassoftware.github.io/saspy/install.html#configuration
287
- * GitHub version of the file: https://github.com/sassoftware/saspy/blob/master/saspy/sascfg.py
258
+ * SASPy documentation: https://sassoftware.github.io/saspy/index.html
288
259
* More information about SASPy: https://github.com/sassoftware/saspy
289
260
290
- .. NOTE :: For OSX, the only supported configuration is an IOM_ connection.
291
-
292
261
293
262
===========================
294
263
Installing SAS NBextensions
@@ -348,14 +317,14 @@ file structure as shown below:
348
317
+-- theme
349
318
350
319
You can install the extensions from the command line. To install an extension
351
- system-wide, use the following command with Superuser privileges (root or
320
+ system-wide, use the following command with Superuser privileges (root or
352
321
sudo). The following command assumes that you are in the nbextensions
353
- directory. Adjust the path if you are not.
322
+ directory. Adjust the path if you are not.
354
323
355
324
::
356
325
357
326
jupyter nbextension install ./showSASLog
358
-
327
+
359
328
Your output should look similar to the following (installed with Superuser
360
329
privileges):
361
330
0 commit comments