Skip to content

Commit

Permalink
replaced Sparkflows with Fire Insights
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragita16 committed Apr 26, 2024
1 parent 85ce150 commit 0dd09f6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Second Analytical App Example
=============================

This is a Jupyter Notebook-integrated Analytical App. It enables users to make selections on the Analytical App UI. A section of the Jupyter Notebook is executed based on the selection made using the logic defined in the code and the results are streamed back to the Sparkflows Analytical App UI.
This is a Jupyter Notebook-integrated Analytical App. It enables users to make selections on the Analytical App UI. A section of the Jupyter Notebook is executed based on the selection made using the logic defined in the code and the results are streamed back to the Fire Insights Analytical App UI.

Analytical App Overview
-----------------------
Expand All @@ -27,7 +27,7 @@ The below Analytical App performs the following tasks:
Jupyter Notebook
----------------

Below is the Jupyter Notebook that gets invoked by the Analytical App and the results are seen in the Sparkflows Analytical App UI.
Below is the Jupyter Notebook that gets invoked by the Analytical App and the results are seen in the Fire Insights Analytical App UI.

Jupyter Notebook **ChurnAnalysisAndPrediction.ipynb** contains the following:

Expand Down Expand Up @@ -215,7 +215,7 @@ Jupyter Notebook **ChurnAnalysisAndPrediction.ipynb** contains the following:
Executing the Application
-------------------------

When you run the Analytical App, it utilizes the Jupyter Notebook connection to submit the job to Kubernetes cluster and streams back the response back from the Jupyter Notebook to the Sparkflows Analytical App UI.
When you run the Analytical App, it utilizes the Jupyter Notebook connection to submit the job to Kubernetes cluster and streams back the response back from the Jupyter Notebook to the Fire Insights Analytical App UI.

* The **Introduction Stage** is displayed below. Click on the Get Started button to proceed to the next stage.

Expand Down

0 comments on commit 0dd09f6

Please sign in to comment.