- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2025 02:14 PM
Notebook not found: Users/manojdatabricks73@gmail.com/includes/CreateRawData. Notebooks can be specified via a relative path (./Notebook or ../folder/Notebook) or via an absolute path (/Abs/Path/to/Notebook). Make sure you are specifying the path correctly. Stacktrace: /Users/manojdatabricks73@gmail.com/Explore workspace.default.unstructured_data_english 2025-08-12 21:13:51: python
Steps being taken to debug:
Step 1: Locate and Open the Notebook
In your Databricks workspace, navigate to the folder containing your notebooks. Find the includes folder and click on the CreateRawData notebook to open it in the editor.
The path would look something like this in your workspace: .../includes/CreateRawData
Step 2: Identify and Edit the Data Definition
Inside the notebook, you'll find the Python code that defines the data. In our example, the data is stored in a Python list called raw_data
Any suggestions for debugging ?