- Create Azure Data Science VM - steps
- [OPTIONAL] change the port of Jupypter from default
8000
to443
(https) - see below
-
Navigate to Jupyter Notebook in newly created VM
-
import notebook
1. Introduction to Apache Spark (MMA).ipynb
-
follow the steps in the notebook
-
Stop running service
sudo service jupyterhub stop
-
Change config PORT to 443
cd /etc/jupyterhub/
sudo nano jupyterhub_config.py
Add manually line:
c.JupyterHub.port = 443
-
Start JupyterHub service
sudo service jupyterhub start
-
Allow inbound port 443 in VM!!!