-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance notebook loading process with Spark integration
- Added SparkModel import to App.js for improved Spark session handling. - Refactored handleExistingNotebookClick to use async/await for fetching notebook data and Spark application details concurrently. - Implemented error handling for fetching notebook and Spark app, ensuring better user feedback and session management. - Introduced a new method in SparkModel.js to retrieve Spark app details by notebook path, enhancing integration with the backend API.
- Loading branch information
1 parent
3b2dca7
commit 1ae461f
Showing
2 changed files
with
49 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters