Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Oct 7, 2024
1 parent f7c574f commit 040e18c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# ironoc-spark

Run Jupyter Notebook via Docker & map workspace location:
- docker run -p 8888:8888 -v /Users/conorheffron/workspace/ironoc-spark:/home/jovyan jupyter/minimal-notebook

```shell
docker run -p 8888:8888 -v /Users/conorheffron/workspace/ironoc-spark:/home/jovyan jupyter/minimal-notebook
```
Run Jupyter Notebook via Docker with PySpark & JDK pre-installed:
- docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook
```shell
docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook
```
- Add csv, json & ipynb files to workspace directory

0 comments on commit 040e18c

Please sign in to comment.