Skip to content

Commit f6c4731

Browse files
Document :new_tab: option for Voici directive
1 parent 4b207c2 commit f6c4731

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/directives/voici.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,17 @@ You can provide a notebook that will be rendered with Voici:
2727
:prompt: Try Voici!
2828
:prompt_color: #dc3545
2929
```
30+
31+
If you use the `:new_tab:` option in the directive, the Voici dashboard will execute and render
32+
the notebook in a new browser tab, instead of in the current page.
33+
34+
```rst
35+
.. voici:: my_notebook.ipynb
36+
:new_tab: True
37+
```
38+
39+
```{eval-rst}
40+
.. voici:: my_notebook.ipynb
41+
:new_tab: True
42+
```
43+

0 commit comments

Comments
 (0)