Skip to content

Commit a319bb3

Browse files
Merge pull request #264 from coding-for-reproducible-research/intro_to_julia_installation_instructions
Fix Typos in Intro to Julia Installation Instructions
2 parents 90339b4 + abd5c4b commit a319bb3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

programme_information/intro_to_julia.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@
159159
" - Command: 'import Pkg; Pkg.add(\"IJulia\"); Pkg.build(\"IJulia\"); using IJulia; installkernel(\"Julia <Your Julia Version>\")'\n",
160160
" - You can enter the Julia REPL by entering `julia` on your terminal / command line / PowerSheel etc.\n",
161161
"\n",
162-
"You should now see `Julia` available alongside Python in the top-right kernel picker, as per the screenshot below: \n",
163-
"\n",
164-
"![JupyterLab With Julia Kernel](images/JupyterLabWithJulia.png)\n",
162+
"You should now see `Julia` available alongside Python in the top-right kernel picker.\n",
165163
"\n",
166164
"\n",
167165
"## Self Study Material Link \n",
@@ -176,7 +174,7 @@
176174
},
177175
{
178176
"cell_type": "code",
179-
"execution_count": 2,
177+
"execution_count": null,
180178
"id": "64a0e3a8-e122-4e4c-8c74-20df65523e38",
181179
"metadata": {
182180
"editable": true,
@@ -273,7 +271,7 @@
273271
" print(f\"An error occurred: {e}\")\n",
274272
"\n",
275273
"# Example usage:\n",
276-
"file_path = '../individual_modules/introduction_to_hpc/LICENSE.txt' # Replace with your file path\n",
274+
"file_path = '../individual_modules/introduction_to_julia/LICENSE.txt' # Replace with your file path\n",
277275
"display_markdown(file_path)"
278276
]
279277
},

0 commit comments

Comments
 (0)