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