Skip to content

Commit

Permalink
Add devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed Apr 3, 2024
1 parent ef2197e commit 6f4370f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"memory": "8gb",
"storage": "16gb"
},
"postCreateCommand": "pip install pyspark sparkmeasure"
"postCreateCommand": "pip install pyspark sparkmeasure && jupyter lab --ip=0.0.0.0 --port=8888 --no-browser",
"extensions": ["ms-python.python"]
}

0 comments on commit 6f4370f

Please sign in to comment.