Recent posts

[Docker] Docker Jupyter Notebook & PySpark

less than 1 minute read

Docker - Jupyter Notebook & PySpark ```bash run container docker container run –name jupyter_pyspark -p 10000:8888 -v $(pwd):/home/jovyan/work jupyter/py...