Skip to content

Commit

Permalink
replace dependency image
Browse files Browse the repository at this point in the history
  • Loading branch information
samumantha committed Mar 18, 2024
1 parent e7a4a1f commit 14e39de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Our codes often depend on other codes that in turn depend on other codes ...
How can we capture and communicate dependencies?
- **Dependency hell**: Different codes on the same environment can have conflicting dependencies.

```{figure} img/python_environment.png
:alt: An image showing a mess of dependecies in a Python environment
```{figure} img/dependency.png
:alt: An image showing blocks (=codes) depending on each other for stability
:width: 60%
From [xkcd](https://xkcd.com/).
From [xkcd - dependency](https://xkcd.com/2347/). Another image that might be familiar to some of you working with Python can be found on [xkcd - superfund](https://xkcd.com/1987/).
```

````{discussion} Kitchen analogy
Expand Down
Binary file added content/img/dependency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14e39de

Please sign in to comment.