Skip to content

Commit 829eea2

Browse files
committed
asdf
1 parent 0c09600 commit 829eea2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/cheatsheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: "md.jlmd"
77

88
# Cheatsheets
99

10-
- [Getting Started with Julia - liv](../week0/basic_syntax/)[e]($(root_url)/week0/basic_syntax/).
10+
- [Getting Started with Julia - live]($(root_url)/week0/basic_syntax/).
1111
- [Fastrack to Julia](https://juliadocs.github.io/Julia-Cheat-Sheet/) cheatsheet.
1212
- [MATLAB-Julia-Python comparative cheatsheet](https://cheatsheets.quantecon.org/) by [QuantEcon group](https://quantecon.org)
1313
- [Plots.jl cheatsheet](https://github.com/sswatson/cheatsheets/blob/master/plotsjl-cheatsheet.pdf)

src/installation.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ $(
2222

2323
<iframe style="width: 100%; aspect-ratio: 16/9;" src="https://www.youtube.com/embed/OOjKEgbt8AI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2424

25+
> **Note:** this video was recorded in 2020, so everything looks a bit different, but the steps are the same!
26+
2527
\\
2628
\\
2729
\\
@@ -116,15 +118,15 @@ If you want to run a local notebook file that you have not opened before, then y
116118
## Step 3: Saving a notebook
117119
We first need a folder to save our homework in. Open your file explorer and create one.
118120

119-
Next, we need to know the _absolute path_ of that folder. Here's how you do that in [Windows](https://www.top-password.com/blog/copy-full-path-of-a-folder-file-in-windows/), [MacOS](https://www.josharcher.uk/code/find-path-to-folder-on-mac/) and [Ubuntu]().
121+
Next, we need to know the _absolute path_ of that folder. Here's how you do that in [Windows](https://www.top-password.com/blog/copy-full-path-of-a-folder-file-in-windows/) and [MacOS](https://www.josharcher.uk/code/find-path-to-folder-on-mac/). In Linux, right click and "Copy file path".
120122

121123
For example, you might have:
122124

123-
- `C:\\Users\\fons\\Documents\\18S191_assignments\\` on Windows
125+
- `C:\\Users\\fons\\Documents\\18S191_assignments\\` on **Windows**.
124126

125-
- `/Users/fons/Documents/18S191_assignments/` on MacOS
127+
- `/Users/fons/Documents/18S191_assignments/` on **MacOS**.
126128

127-
- `/home/fons/Documents/18S191_assignments/` on Ubuntu
129+
- `/home/fons/Documents/18S191_assignments/` on **Ubuntu**.
128130

129131
Now that we know the absolute path, go back to your Pluto notebook, and at the top of the page, click on _"Save notebook..."_.
130132

0 commit comments

Comments
 (0)