Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Mar 17, 2024
1 parent 6a8ba98 commit 519fbb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docs/plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": [
"import PythonPlot as plt\n",
"using Random\n",
"Random.seed!(2022)\n"
"Random.seed!(2022)"
]
},
{
Expand All @@ -35,7 +35,7 @@
"metadata": {},
"outputs": [],
"source": [
"plt.plot(1:5, rand(1:6, 5))\n"
"plt.plot(1:5, rand(1:6, 5))"
]
},
{
Expand All @@ -45,7 +45,7 @@
"metadata": {},
"outputs": [],
"source": [
"versioninfo()\n"
"versioninfo()"
]
},
{
Expand All @@ -56,21 +56,21 @@
"outputs": [],
"source": [
"import Pkg\n",
"Pkg.status()\n"
"Pkg.status()"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.9.0",
"display_name": "Julia 1.10.2",
"language": "julia",
"name": "julia-1.9"
"name": "julia-1.10"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.0"
"version": "1.10.2"
}
},
"nbformat": 4,
Expand Down
14 changes: 7 additions & 7 deletions docs/sub/plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": [
"using Plots\n",
"using Random\n",
"Random.seed!(202)\n"
"Random.seed!(202)"
]
},
{
Expand All @@ -35,7 +35,7 @@
"metadata": {},
"outputs": [],
"source": [
"plot(1:5, rand(1:6, 5))\n"
"plot(1:5, rand(1:6, 5))"
]
},
{
Expand All @@ -45,7 +45,7 @@
"metadata": {},
"outputs": [],
"source": [
"versioninfo()\n"
"versioninfo()"
]
},
{
Expand All @@ -56,21 +56,21 @@
"outputs": [],
"source": [
"import Pkg\n",
"Pkg.status()\n"
"Pkg.status()"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.9.3",
"display_name": "Julia 1.10.2",
"language": "julia",
"name": "julia-1.9"
"name": "julia-1.10"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.3"
"version": "1.10.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 519fbb8

Please sign in to comment.