Skip to content

Commit

Permalink
updating tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
elissasoroj committed Mar 13, 2024
1 parent f8476a0 commit a6e7a2f
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions docs/notebooks/shadie-v0_3_0-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,14 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 16,
"id": "entire-genealogy",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"shadie 0.3.0\n",
"toytree 3.0.dev10\n"
]
}
],
"outputs": [],
"source": [
"import numpy as np\n",
"import shadie\n",
"import toytree\n",
"\n",
"print(\"shadie\", shadie.__version__)\n",
"print(\"toytree\", toytree.__version__)"
"import toytree"
]
},
{
Expand Down

0 comments on commit a6e7a2f

Please sign in to comment.