-
Notifications
You must be signed in to change notification settings - Fork 0
Notebook
xuwenyihust edited this page Jan 8, 2024
·
8 revisions
DataPulse supports running Jupyter notebooks with PySpark integration on Kubernetes.
Notebook is delpoyed as a Kubernetes deployment, and exposed as a Kubernetes service.
The notebook image uses the wenyixu101/all-spark-notebook.
To create a notebook, access the following service:

Within the notebook, run the following code to automatically create a Spark session:
start()