Skip to content

Commit 1357e4e

Browse files
authored
add package install to julia tutorial
1 parent 316a262 commit 1357e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/Julia_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@
629629
"source": [
630630
"# I don't recommend doing this on Google colab\n",
631631
"\n",
632-
"#using Pkg\n",
633-
"#Pkg.add(\"PythonPlot\")\n",
632+
"using Pkg\n",
633+
"Pkg.add(\"PythonPlot\")\n",
634634
"using PythonPlot"
635635
]
636636
},

0 commit comments

Comments
 (0)