Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2021 08:24 AM
Hi @Hubert Dudek ,
The following command will print the path where your notebook is located. If you split the returned string and only select the last string, then you will be able to get the notebook name
notebook_name = dbutils.notebook.entry_point.getDbutils().notebook().getContext().notebookPath().get()