Skip to content

Commit 01d4dda

Browse files
authored
Merge pull request #42 from oracle-devrel/livelabs02162022
fix: updated Alyssa Cotton's changes
2 parents a9b909c + da787c2 commit 01d4dda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beginners/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For Windows, and step-by-step instructions for Mac/Linux, please see the [Oracle
9090
22. **Close** the PuTTY utility process.
9191

9292
![Closing PuTTY](./docs/red-bull-hol-22.jpg)
93-
23. Next, open a new tab in your browser to load up the web UI for JupyterLab. Paste the **jupyter_url** you copied to your text file. The URL resembles **https://xxx.xxx.xx.xx:888** (substituting the Public IP of your instance). JupyterLab is running on port 8888, so when you navigate to this URL you should see the Jupyter login.
93+
23. Next, open a new tab in your browser to load up the web UI for JupyterLab. Paste the **jupyter_url** you copied to your text file. The URL resembles **https://xxx.xxx.xx.xx:8888** (substituting the Public IP of your instance). JupyterLab is running on port 8888, so when you navigate to this URL you should see the Jupyter login.
9494

9595
_**Note:** it is recommended to be off any VPN when opening JupyterLab._
9696

@@ -135,8 +135,8 @@ To see the results of the lab, you'll need to start the web server using Termina
135135
cd /home/opc/redbull-analytics-hol/beginners/web
136136
source /home/opc/redbullenv/bin/activate
137137
python3 app.py
138-
3. Open a web browser to the public IP of your Jupyter Lab, but use port 8888 instead of port 8001:
138+
3. Open a web browser to the public IP of your Jupyter Lab, but use port 8443 instead of port 8888:
139139

140-
https://xxx.xxx.xxx.xxx:8888
140+
https://xxx.xxx.xxx.xxx:8443
141141

142142
The Public IP is the one at which you're currently accessing Jupyter Lab, which we copied from the Running Instances step above.

0 commit comments

Comments
 (0)