I am running a machine learning experiment in Databricks and I want to obtain the workspace URL for certain uses.
I know how to manually obtain the workspace URL of notebook from this link https://docs.microsoft.com/en-us/azure/databricks/workspace/per-workspace-urls
Similar to how you can obtain the path of your notebook by
dbutils.notebook.entry_point.getDbutils().notebook().getContext().notebookPath().get()
How do I programmatically obtain the notebook's URL?