We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
display()
1 parent 5ca3842 commit 77e99cdCopy full SHA for 77e99cd
notebooks/Alhazen.ipynb
@@ -538,7 +538,7 @@
538
"outputs": [],
539
"source": [
540
"labels = execute_samples(sample_list)\n",
541
- "display(labels)"
+ "labels"
542
]
543
},
544
{
@@ -571,7 +571,7 @@
571
572
573
"clean_data = labels.drop(labels[labels.oracle.astype(str) == \"UNDEF\"].index)\n",
574
- "display(clean_data)"
+ "clean_data"
575
576
577
@@ -1148,7 +1148,7 @@
1148
"test_input = f.fuzz()\n",
1149
"assert(test_input == tree_to_string(f.derivation_tree))\n",
1150
"\n",
1151
- "display(display_tree(f.derivation_tree))"
+ "display_tree(f.derivation_tree)"
1152
1153
1154
0 commit comments