I'm trying to set up Spark on an ubuntu server. My preferred way to use spark is through a Jupyter notebook (pyspark).
When I run
$ jupyter notebook
It starts it within the terminal. Ideally I'd like it to feed me a host address where I can access the Jupyter notebook from another computer (on the same network). Any ideas?