Skip to content

Commit

Permalink
add Julia to sample2 book
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Nov 26, 2024
1 parent ac24639 commit d69fa2b
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions book/sample2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,18 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello, World!"
]
}
],
"outputs": [],
"source": [
"print(\"Hello, World!\")"
]
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0.011111111111111112"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"κ = 2\n",
"L = 3\n",
Expand Down

0 comments on commit d69fa2b

Please sign in to comment.