Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40075ee

Browse filesBrowse files
authored
update binder details to match new deployment (#80)
* add sas2nb for binder and SO question * bump version 2.4.4 after merge * add iris.sas test file * change github workflow to not upload wheel. * workaround binder wheel install issue. * fix data packaging for pypi * bump version * fix grammar in message. * clean up binder postBuild * add SASsession magic to reduce prompting * add lst_len property to fix _which_display * Fix typing issue * bump version * Update binder details for connection.
1 parent 83678c2 commit 40075ee
Copy full SHA for 40075ee

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Open diff view settings
Collapse file

‎binder/sascfg_personal.py‎

Copy file name to clipboard
+5-3Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
SAS_config_names = ['viya4']
22

33
viya4 = {
4-
'url':'https://temp.url.com:443',
4+
'url':'https://binder.demo.sas.com',
55
'verify': False,
6-
'timeout': 30,
7-
'context':'SAS Job Execution compute context'
6+
'context':'SAS Job Execution compute context',
7+
'client_id' : "SASPy",
8+
'client_secret' : "7c301751-3114-4554-ad82-e20e3466bb17",
9+
810
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.