Skip to content

Commit

Permalink
Update example-analytical-app.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hd883 committed Apr 25, 2024
1 parent 963be4c commit 570d261
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@ Jupyter Notebook **jupyter_lab_3.ipynb**, contains the below:
::

print("I am jupyter lab")
I am jupyter lab

::
import os
os.getcwd()
print()
import sys
print(sys.argv)

::
webserverURL = "http://localhost:8080/messageFromSparkJob"
jobId = "123456789"
from fire_notebook.output.workflowcontext import RestWorkflowContext
Expand Down

0 comments on commit 570d261

Please sign in to comment.