Divyansh Jain
08/03/2023, 3:46 AMChristopher Grant
08/03/2023, 4:41 PMWinston LAI
08/07/2023, 12:39 PMdatabricks workspace export_dir /Users/user@example.com/notebooks/my_notebook.py /mnt/my_mount_point/my_notebook.py
This command exports the notebook my_notebook.py
from the workspace directory /Users/user@example.com/notebooks/
to the DBFS mount point /mnt/my_mount_point/
. You can replace my_notebook.py
with the name of your notebook and /Users/user@example.com/notebooks/
with the path to your notebook in the workspace.
You can find more information about this command and other Databricks CLI commands in the [official documentation](https://docs.databricks.com/dev-tools/cli/workspace-cli.html#workspace-cli).Divyansh Jain
08/07/2023, 1:11 PM