File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
languages/python/jupyter_notebook Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 144
144
},
145
145
"outputs" : [],
146
146
"source" : [
147
- " ! stash clients create --dataset-id $CS_DATASET_ID cipherstash_getting_started_client"
147
+ " import os\n " ,
148
+ " ! stash clients create --dataset-id {os.environ['CS_DATASET_ID']} cipherstash_getting_started_client"
148
149
]
149
150
},
150
151
{
193
194
"metadata" : {},
194
195
"outputs" : [],
195
196
"source" : [
196
- " ! yes | head -n 1 | stash datasets config upload --file dataset.yml --client-id $CS_CLIENT_ID --client-key $CS_CLIENT_KEY"
197
+ " import os\n " ,
198
+ " ! yes | head -n 1 | stash datasets config upload --file dataset.yml --client-id {os.environ['CS_CLIENT_ID']} --client-key {os.environ['CS_CLIENT_KEY']}"
197
199
]
198
200
},
199
201
{
You can’t perform that action at this time.
0 commit comments