Skip to content

Commit 38f5607

Browse files
authored
Merge pull request #107182 from lobrien/DSVM-ubuntu-500
Discussed certificate error in Jupyter path
2 parents f0522bb + 73b0295 commit 38f5607

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please note Azure free accounts do not support GPU enabled virtual machine SKUs.
2727
Here are the steps to create an instance of the Data Science Virtual Machine Ubuntu 18.04:
2828

2929
1. Go to the [Azure portal](https://portal.azure.com) You might be prompted to sign in to your Azure account if you're not already signed in.
30-
1. Find the virtual machine listing by typing in "data science virtual machine" and selecting "Data Science Virtual Machine- Ubuntu 18.04 Preview."
30+
1. Find the virtual machine listing by typing in "data science virtual machine" and selecting "Data Science Virtual Machine- Ubuntu 18.04"
3131

3232
1. On the subsequent window, select **Create**.
3333

@@ -116,13 +116,14 @@ The Ubuntu DSVM runs [JupyterHub](https://github.com/jupyterhub/jupyterhub), a m
116116
![Ubuntu machine IP address](./media/dsvm-ubuntu-intro/ubuntu-ip-address.png)
117117

118118
1. From your local machine, open a web browser and navigate to https:\//your-vm-ip:8000, replacing "your-vm-ip" with the IP address you took note of earlier.
119+
1. Your browser will probably prevent you from opening the page directly, telling you that there is a certificate error. The DSVM is providing security via a self-signed certificate. Most browsers will allow you to click through after this warning. Many browsers will continue to provide some kind of visual warning about the certificate throughout your Web session.
119120
1. Enter the username and password that you used to create the VM, and sign in.
120121

121122
![Enter Jupyter login](./media/dsvm-ubuntu-intro/jupyter-login.png)
122123

123124
1. Browse the many sample notebooks that are available.
124125

125-
JupyterLab, the next generation of Jupyter notebooks and JupyterHub, is also available. To access it, sign in to JupyterHub, and then browse to the URL https:\//your-vm-ip:8000/user/your-username/lab, replacing "your-username" with the username you chose when configuring the VM.
126+
JupyterLab, the next generation of Jupyter notebooks and JupyterHub, is also available. To access it, sign in to JupyterHub, and then browse to the URL https:\//your-vm-ip:8000/user/your-username/lab, replacing "your-username" with the username you chose when configuring the VM. Again, you may be initially blocked from accessing the site due to a certificate error.
126127

127128
You can set JupyterLab as the default notebook server by adding this line to `/etc/jupyterhub/jupyterhub_config.py`:
128129

0 commit comments

Comments
 (0)