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 144144 },
145145 "outputs" : [],
146146 "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"
148149 ]
149150 },
150151 {
193194 "metadata" : {},
194195 "outputs" : [],
195196 "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']}"
197199 ]
198200 },
199201 {
You can’t perform that action at this time.
0 commit comments