diff options
| author | Elliot Bobrow <77182873+ebobrow@users.noreply.github.com> | 2022-06-14 16:00:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-14 17:00:18 -0600 |
| commit | 6ff4972ca9ed194aae36d6a3cdfa90e4050713da (patch) | |
| tree | d711040fa3d94fd3ff0dc262da9015b646abc51e /doc/faqs.md | |
| parent | 7244821705859037c763e1aae9ab35eaa5d9f05e (diff) | |
add `--embed-resources` flag (#8121)
* Add `--embed-resources` flag for `--self-contained` without implying
`--standalone`
* Deprecate `--self-contained flag`
Closes #7331
Diffstat (limited to 'doc/faqs.md')
| -rw-r--r-- | doc/faqs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faqs.md b/doc/faqs.md index 2dffcbf16..70d95cfa8 100644 --- a/doc/faqs.md +++ b/doc/faqs.md @@ -136,7 +136,7 @@ example, First, unless your target is a binary format (docx, odt, epub), you must use either `--extract-media` or (for HTML only) -`--self-contained` to make the images in the ipynb container +`--embed-resources` to make the images in the ipynb container available to your output file. Second, some Jupyter extensions, especially those that use JavaScript |
