Skip to content

Commit

Permalink
Update FDtable_soln with output included by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zachetienne committed Oct 13, 2018
1 parent c8d65ee commit 7bf5230
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tutorial-Finite_Difference_Derivatives-FDtable_soln.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Installing astropy, needed for creating the output table. Please wait a few seconds...\n",
"astropy installed.\n",
"Derivative Accuracy -5 -4 -3 -2 -1 0 1 2 3 4 5 \n",
"---------- -------- ------- ------- ------ ----- ---- ---------- --- ----- ----- ------- ------\n",
" 1st 2 -1/2 1/2 \n",
Expand All @@ -34,7 +36,9 @@
}
],
"source": [
"print(\"Installing astropy, needed for creating the output table. Please wait a few seconds...\")\n",
"!pip install -U pip astropy > /dev/null\n",
"print(\"astropy installed.\")\n",
"# Step 0: Import needed modules\n",
"import numpy as np\n",
"import finite_difference as fin\n",
Expand Down

0 comments on commit 7bf5230

Please sign in to comment.