Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jul 23, 2024
1 parent 0c09600 commit 829eea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/cheatsheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: "md.jlmd"

# Cheatsheets

- [Getting Started with Julia - liv](../week0/basic_syntax/)[e]($(root_url)/week0/basic_syntax/).
- [Getting Started with Julia - live]($(root_url)/week0/basic_syntax/).
- [Fastrack to Julia](https://juliadocs.github.io/Julia-Cheat-Sheet/) cheatsheet.
- [MATLAB-Julia-Python comparative cheatsheet](https://cheatsheets.quantecon.org/) by [QuantEcon group](https://quantecon.org)
- [Plots.jl cheatsheet](https://github.com/sswatson/cheatsheets/blob/master/plotsjl-cheatsheet.pdf)
10 changes: 6 additions & 4 deletions src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ $(

<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>

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

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]().
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".

For example, you might have:

- `C:\\Users\\fons\\Documents\\18S191_assignments\\` on Windows
- `C:\\Users\\fons\\Documents\\18S191_assignments\\` on **Windows**.

- `/Users/fons/Documents/18S191_assignments/` on MacOS
- `/Users/fons/Documents/18S191_assignments/` on **MacOS**.

- `/home/fons/Documents/18S191_assignments/` on Ubuntu
- `/home/fons/Documents/18S191_assignments/` on **Ubuntu**.

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

Expand Down

0 comments on commit 829eea2

Please sign in to comment.