Skip to content

Commit 73c99fd

Browse files
committed
Updated notebook with is_fairworkflow
1 parent caac0c6 commit 73c99fd

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

examples/noodles_fw.ipynb

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 12,
6-
"id": "chemical-contest",
5+
"execution_count": null,
6+
"id": "laughing-collectible",
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"from fairworkflows import FairWorkflow, FairStep, FairVariable\n",
10+
"from fairworkflows import FairWorkflow, FairStep, FairVariable, is_fairworkflow\n",
1111
"import inspect\n",
1212
"import typing\n",
1313
"from typing import Callable, get_type_hints, List, Union\n",
@@ -146,7 +146,7 @@
146146
},
147147
{
148148
"cell_type": "markdown",
149-
"id": "accompanied-filter",
149+
"id": "excellent-prompt",
150150
"metadata": {},
151151
"source": [
152152
"<br/>\n",
@@ -189,15 +189,15 @@
189189
},
190190
{
191191
"cell_type": "markdown",
192-
"id": "traditional-reference",
192+
"id": "corporate-reward",
193193
"metadata": {},
194194
"source": [
195195
"# FairWorkflows execution demo"
196196
]
197197
},
198198
{
199199
"cell_type": "markdown",
200-
"id": "insured-desperate",
200+
"id": "worst-enzyme",
201201
"metadata": {},
202202
"source": [
203203
"## Define the steps of your workflow\n",
@@ -206,8 +206,8 @@
206206
},
207207
{
208208
"cell_type": "code",
209-
"execution_count": 13,
210-
"id": "precise-contractor",
209+
"execution_count": null,
210+
"id": "charged-merit",
211211
"metadata": {},
212212
"outputs": [],
213213
"source": [
@@ -219,8 +219,8 @@
219219
},
220220
{
221221
"cell_type": "code",
222-
"execution_count": 14,
223-
"id": "suffering-career",
222+
"execution_count": null,
223+
"id": "special-clinic",
224224
"metadata": {},
225225
"outputs": [],
226226
"source": [
@@ -232,8 +232,8 @@
232232
},
233233
{
234234
"cell_type": "code",
235-
"execution_count": 15,
236-
"id": "parliamentary-minority",
235+
"execution_count": null,
236+
"id": "banner-belly",
237237
"metadata": {},
238238
"outputs": [],
239239
"source": [
@@ -245,8 +245,8 @@
245245
},
246246
{
247247
"cell_type": "code",
248-
"execution_count": 16,
249-
"id": "fleet-gambling",
248+
"execution_count": null,
249+
"id": "italic-alaska",
250250
"metadata": {},
251251
"outputs": [],
252252
"source": [
@@ -259,7 +259,7 @@
259259
},
260260
{
261261
"cell_type": "markdown",
262-
"id": "double-journalism",
262+
"id": "defined-scientist",
263263
"metadata": {},
264264
"source": [
265265
"## Define your workflow using @fairworkflow\n",
@@ -268,8 +268,8 @@
268268
},
269269
{
270270
"cell_type": "code",
271-
"execution_count": 17,
272-
"id": "racial-diana",
271+
"execution_count": null,
272+
"id": "skilled-macintosh",
273273
"metadata": {},
274274
"outputs": [],
275275
"source": [
@@ -286,7 +286,7 @@
286286
},
287287
{
288288
"cell_type": "markdown",
289-
"id": "alpine-ability",
289+
"id": "frozen-lightning",
290290
"metadata": {},
291291
"source": [
292292
"## Create an instance of your workflow and display it"
@@ -295,7 +295,7 @@
295295
{
296296
"cell_type": "code",
297297
"execution_count": 18,
298-
"id": "civilian-lyric",
298+
"id": "egyptian-minister",
299299
"metadata": {},
300300
"outputs": [],
301301
"source": [
@@ -305,7 +305,7 @@
305305
{
306306
"cell_type": "code",
307307
"execution_count": 19,
308-
"id": "shared-bidder",
308+
"id": "above-railway",
309309
"metadata": {},
310310
"outputs": [
311311
{
@@ -329,7 +329,7 @@
329329
},
330330
{
331331
"cell_type": "markdown",
332-
"id": "suspected-renaissance",
332+
"id": "about-coalition",
333333
"metadata": {},
334334
"source": [
335335
"## Execute your workflow using .execute()\n",
@@ -339,7 +339,7 @@
339339
{
340340
"cell_type": "code",
341341
"execution_count": 23,
342-
"id": "solid-rings",
342+
"id": "chinese-drill",
343343
"metadata": {},
344344
"outputs": [
345345
{
@@ -360,7 +360,7 @@
360360
},
361361
{
362362
"cell_type": "markdown",
363-
"id": "moderate-fault",
363+
"id": "freelance-dallas",
364364
"metadata": {},
365365
"source": [
366366
"## Get retrospective provenance of run\n",
@@ -370,7 +370,7 @@
370370
{
371371
"cell_type": "code",
372372
"execution_count": 21,
373-
"id": "powered-world",
373+
"id": "premier-darkness",
374374
"metadata": {},
375375
"outputs": [
376376
{
@@ -397,7 +397,7 @@
397397
},
398398
{
399399
"cell_type": "markdown",
400-
"id": "applied-practice",
400+
"id": "economic-accordance",
401401
"metadata": {},
402402
"source": [
403403
"## Get Plex RDF of workflow"
@@ -406,7 +406,7 @@
406406
{
407407
"cell_type": "code",
408408
"execution_count": 22,
409-
"id": "adequate-logging",
409+
"id": "sitting-lexington",
410410
"metadata": {},
411411
"outputs": [
412412
{
@@ -528,94 +528,94 @@
528528
},
529529
{
530530
"cell_type": "raw",
531-
"id": "instructional-jefferson",
531+
"id": "infectious-authority",
532532
"metadata": {},
533533
"source": []
534534
},
535535
{
536536
"cell_type": "code",
537537
"execution_count": null,
538-
"id": "adopted-thinking",
538+
"id": "massive-panel",
539539
"metadata": {},
540540
"outputs": [],
541541
"source": []
542542
},
543543
{
544544
"cell_type": "code",
545545
"execution_count": null,
546-
"id": "joint-prediction",
546+
"id": "sensitive-substance",
547547
"metadata": {},
548548
"outputs": [],
549549
"source": []
550550
},
551551
{
552552
"cell_type": "code",
553553
"execution_count": null,
554-
"id": "rational-sight",
554+
"id": "terminal-salon",
555555
"metadata": {},
556556
"outputs": [],
557557
"source": []
558558
},
559559
{
560560
"cell_type": "code",
561561
"execution_count": null,
562-
"id": "regular-merchandise",
562+
"id": "matched-guidance",
563563
"metadata": {},
564564
"outputs": [],
565565
"source": []
566566
},
567567
{
568568
"cell_type": "code",
569569
"execution_count": null,
570-
"id": "lucky-wichita",
570+
"id": "fitted-going",
571571
"metadata": {},
572572
"outputs": [],
573573
"source": []
574574
},
575575
{
576576
"cell_type": "code",
577577
"execution_count": null,
578-
"id": "infectious-purse",
578+
"id": "secret-associate",
579579
"metadata": {},
580580
"outputs": [],
581581
"source": []
582582
},
583583
{
584584
"cell_type": "code",
585585
"execution_count": null,
586-
"id": "leading-fortune",
586+
"id": "emotional-search",
587587
"metadata": {},
588588
"outputs": [],
589589
"source": []
590590
},
591591
{
592592
"cell_type": "code",
593593
"execution_count": null,
594-
"id": "instrumental-myrtle",
594+
"id": "worthy-property",
595595
"metadata": {},
596596
"outputs": [],
597597
"source": []
598598
},
599599
{
600600
"cell_type": "code",
601601
"execution_count": null,
602-
"id": "naughty-holocaust",
602+
"id": "bright-given",
603603
"metadata": {},
604604
"outputs": [],
605605
"source": []
606606
},
607607
{
608608
"cell_type": "code",
609609
"execution_count": null,
610-
"id": "important-proof",
610+
"id": "suspended-freedom",
611611
"metadata": {},
612612
"outputs": [],
613613
"source": []
614614
},
615615
{
616616
"cell_type": "code",
617617
"execution_count": null,
618-
"id": "mighty-instruction",
618+
"id": "proper-county",
619619
"metadata": {},
620620
"outputs": [],
621621
"source": []

0 commit comments

Comments
 (0)