Skip to content

Commit

Permalink
test: Update Jupyter Sample (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 24, 2023
1 parent 4c99865 commit eee65a8
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions fixtures/workspaces/jupyter/getting-started/sample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,65 +3,65 @@
{
"cell_type": "code",
"execution_count": 1,
"source": [
"print(\"Hello World!\")\n",
"\n",
"# Check for spelling errors more text."
],
"metadata": {},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"output_type": "stream",
"text": [
"Hello World!\n"
]
}
],
"metadata": {}
"source": [
"print(\"Hello World!\")\n",
"\n",
"# Check for spellinng errors more text."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# This is a bit of Markdown\n",
"\n",
"Below is some code.\n",
"\n",
"Let's have a spelling errror.m"
],
"metadata": {}
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# This is another bit of Markdown\n",
"\n",
"It also has sommme errorss.\n"
],
"metadata": {}
]
}
],
"metadata": {
"orig_nbformat": 4,
"interpreter": {
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
},
"kernelspec": {
"display_name": "Python 3.9.5 64-bit",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.9.5",
"mimetype": "text/x-python",
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"pygments_lexer": "ipython3",
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"file_extension": ".py"
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3.9.5 64-bit"
"pygments_lexer": "ipython3",
"version": "3.10.4 (v3.10.4:9d38120e33, Mar 23 2022, 17:29:05) [Clang 13.0.0 (clang-1300.0.29.30)]"
},
"interpreter": {
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
}
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit eee65a8

Please sign in to comment.