diff --git a/run.ipynb b/run.ipynb index bf0e06d..cb964a7 100644 --- a/run.ipynb +++ b/run.ipynb @@ -14,8 +14,31 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "3217d38d-20cd-4135-b638-5ab85ff9a471", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "array([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.])" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "np.ones(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "d30f6d6f-c798-49f0-bd58-c6707e5169de", "metadata": {}, "outputs": [], "source": []