Skip to content

Commit bc93f71

Browse files
authored
Added a note on launching voila file browser in docs (#75)
1 parent 6c8e4db commit bc93f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ This launcher entry will create a new notebook in the current working directory
138138
catalog: Notebook catalog
139139
140140
- ``type`` = ``notebook``
141-
- ``source``: Path to the notebook (can be stored anywhere) which will be copied to the current working directory of *JupyterLab*. It can be an absolute path or a relative path to the directory of the configuration file.
141+
- ``source``: Path to the notebook (can be stored anywhere) which will be copied to the current working directory of *JupyterLab*. It can be an absolute path or a relative path to the directory of the configuration file. Setting this to ``./`` makes voila open its own file browser when launched which allows notebook to be selected.
142142
- ``args`` (Optional): By default the notebook will be opened with the default notebook view. Users can customize the document widget to open the notebook by setting the ``widget-type`` argument. For example, to open the notebook with the Voila preview widget, set ``widget-type`` to ``Voila Preview``.
143143
- ``cwd``: Unused.
144144

0 commit comments

Comments
 (0)