You want to connect from a browser on your laptop to Jupyter…

You want to connect from a browser on your laptop to Jupyter running in a container on your VM. What should ???? be in step 3, of the following steps? Step 1: Write a command in the Dockerfile to launch Jupyter on port 2505Step 2: Use -L localhost:4290:localhost:3254 to establish the SSH tunnelStep 3: Use -p ????:2505 in the docker run … commandStep 4: Enter http://localhost:4290/ in the browser