main
eglez 2023-09-15 09:07:46 +00:00
parent 8fcb0f7148
commit d663bbd192
1 changed files with 24 additions and 1 deletions

View File

@ -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": []