Skip to content

Commit

Permalink
Added a note on launching voila file browser in docs (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-popov authored Nov 20, 2024
1 parent 6c8e4db commit bc93f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ This launcher entry will create a new notebook in the current working directory
catalog: Notebook catalog
- ``type`` = ``notebook``
- ``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.
- ``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.
- ``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``.
- ``cwd``: Unused.

Expand Down

0 comments on commit bc93f71

Please sign in to comment.