Then you can navigate to (http://localhost:8080) to the the output.
Then you can navigate to (http://localhost:8080) to the the output. This requires to enable your ssh key to be available not only from your network connection but also for connections within the supercomputer. Use the from-clause `from=10.0.0.0/8 ...` for that.
Open Questions
### Open Questions
- In the Scala Example, is uses all worker instances as expected. The Python Example uses only 2. Why?
ToDos:
- Include a Python Virtual Environment
- Create a Notebook that illustrates how to run the Pi example in Juypter
### ToDos
- The history server does not work yet. It crashed with this error message:
```
Exception in thread "main" java.io.FileNotFoundException: Log directory specified does not exist: file:/tmp/spark-events Did you configure the correct one through spark.history.fs.logDirectory?