guide output

stix2.0
= 2017-10-25 14:38:25 -04:00
parent 7092990565
commit 313c6f56ff
1 changed files with 2 additions and 4 deletions

View File

@ -127,14 +127,13 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 20,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"indicators: 1\n",
"{\n",
" \"type\": \"indicator\",\n",
" \"id\": \"indicator--a932fcc6-e032-176c-126f-cb970a5a1ade\",\n",
@ -160,7 +159,6 @@
"indicators = tc_source.query([f1])\n",
"\n",
"#for visual purposes\n",
"print(\"indicators: {0}\").format(str(len(indicators)))\n",
"for indicator in indicators:\n",
" print(indicator)"
]
@ -211,7 +209,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 19,
"metadata": {},
"outputs": [
{