Skip to content

Commit

Permalink
chore(docs): update notebook support docs (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Jan 17, 2022
1 parent 8098eeb commit 86b03f3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file removed docs/fundamentals/notebook-support/image-blob.png
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fundamentals/notebook-support/image-doc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/fundamentals/notebook-support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ If a Document is an image Document, you can use {meth}`~docarray.document.mixins

Note that it finds `.tensor` or `.uri` for visualization.

```{figure} image-doc-blob.png
```{figure} image-doc-tensor.png
```

This works even if your Document is not a real image but just a `ndarray` in `.tensor`.

```{figure} image-blob.png
```{figure} image-tensor.png
```

Video and audio Document can be displayed as well, you can play them in the cell.
Expand Down

0 comments on commit 86b03f3

Please sign in to comment.