Skip to content

Commit

Permalink
Update example-analytical-app.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
neeraj-kumar1304 committed Apr 23, 2024
1 parent 2e333d4 commit 291c86b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Jupyter Notebook **jupyter_lab_3.ipynb**, Contains below:
from fire_notebook.output.workflowcontext import RestWorkflowContext
restworkflowcontext = RestWorkflowContext(webserverURL, jobId)

message = "Successfully Received the Message from Notebook!"
restworkflowcontext.outStr(9, title="Message", text=message)
message = "Successfully Received the Message from Notebook!"
restworkflowcontext.outStr(9, title="Message", text=message)

Prints the Results
------------------
Expand Down

0 comments on commit 291c86b

Please sign in to comment.