Skip to content

Commit

Permalink
changed cell
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jan 19, 2024
1 parent 9aee0b4 commit dd657e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/xeus-javascript.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
"outputs": [],
"source": [
"# this works\n",
"// this works\n",
"console.log(fubar)"
]
},
Expand All @@ -146,7 +146,7 @@
},
"outputs": [],
"source": [
"# this does not\n",
"// this does not\n",
"console.log(fubar_local)"
]
}
Expand Down

0 comments on commit dd657e4

Please sign in to comment.