Skip to content

Commit

Permalink
Merge pull request #115 from csdms/mdpiper/revamp-arrays
Browse files Browse the repository at this point in the history
Revise the arrays lesson
  • Loading branch information
mdpiper authored Aug 1, 2023
2 parents 84a25bf + 8b5d63e commit a705e22
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 411 deletions.
22 changes: 22 additions & 0 deletions lessons/python/1_fundamentals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,28 @@
"print(z)"
]
},
{
"cell_type": "markdown",
"id": "9e56cfc3-8fd3-45a5-ae1a-ac083a3a280d",
"metadata": {},
"source": [
"In a notebook (or an IPython session),\n",
"use the [magic command](https://ipython.readthedocs.io/en/stable/interactive/magics.html)\n",
"`%whos` to see what variables are in memory."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "4b43d268-d1b7-41c4-8acd-8f9cd276db7c",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"%whos"
]
},
{
"cell_type": "markdown",
"id": "d6acccf0",
Expand Down
Loading

0 comments on commit a705e22

Please sign in to comment.