-
-
Notifications
You must be signed in to change notification settings - Fork 11
Command line parameters
Ashley Davis edited this page Oct 30, 2023
·
1 revision
Data-Forge Notebook can be started from the command line and supports the following parameters:
> data-forge-notebook [<open-file-path>] [options]
open-file-path is the optional path of a notebook file to open.
The options can also be used:
-
--headlessStart DFN in headless mode with no UI. -
--script=<script-file-path>Run a command script against DFN. This can be used to automate DFN. -
--log=<log-file-path>Redirect the log file to a particular location. -
--cwd=<directory-path>Set the current working directory for the DFN session.
More command line parameters to be added as needed!
If you have need of something please submit an issue.