Skip to content

Commit 3638e80

Browse files
committed
Add docs for jupyterlite_contents values
1 parent 6730bef commit 3638e80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ You can embed custom content (notebooks and data files) in your JupyterLite buil
1212
1313
jupyterlite_contents = ["./path/to/my/notebooks/", "my_other_notebook.ipynb"]
1414
15+
``jupyterlite_contents`` can be a string or a list of strings. Each string is expanded using the Python ``glob.glob`` function with its recursive option. See the `glob documentation <https://docs.python.org/3/library/glob.html#glob.glob>`_ and the `wildcard pattern documentation <https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatch>`_ for more details.
16+
1517
JupyterLite dir
1618
---------------
1719

0 commit comments

Comments
 (0)