Skip to content

Commit

Permalink
tooling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yoninazarathy committed Aug 12, 2024
1 parent f3497aa commit ada98eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions practicals_jupyter/practical_C_unix_github_IDE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"source": [
"**Before the practical**:\n",
"* Setup a [GitHub](https://github.com/) account.\n",
"* Setup a connection to GitHub via SSH ([instructions](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh). Or, setup a personal access token for for your account (for example see this [video](https://www.youtube.com/watch?v=kHkQnuYzwoo)). \n",
"* For Windows users, it is highly recommended to have [GitBash](https://gitforwindows.org/) installed. When you install, use the default options and give the app permissions it asks for.\n",
"* Setup a connection to GitHub via SSH ([instructions](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh)). Or, setup a personal access token for for your account. \n",
"* For Windows users, it is highly recommended to have [GitBash](https://gitforwindows.org/) or [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-us&gl=AU) installed. When you install, use the default options and give the app permissions it asks for.\n",
"* For Mac or Linux users, it is highly recommended to [install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) prior.\n",
"* Install [VS-Code](https://code.visualstudio.com/) if you haven't prior.\n",
"* Install [Julia for VS-Code](https://www.julia-vscode.org/) and get it running (create a `hello-world.jl` file and see you can run it in VS-Code. "
Expand Down Expand Up @@ -310,15 +310,15 @@
"lastKernelId": null
},
"kernelspec": {
"display_name": "Julia 1.7.3",
"display_name": "Julia 1.10.4",
"language": "julia",
"name": "julia-1.7"
"name": "julia-1.10"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.7.3"
"version": "1.10.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ada98eb

Please sign in to comment.