Course materials and documentation for DS2002
JupyterLab is pre-installed in your codespace environment. To start it:
jupyter lab --allow-root
http://127.0.0.1:8888/lab?token=...
Copy the token info after the “…token=”. We’ll need it in the next step.
Note: Port 8888 is automatically forwarded in Codespaces, so you don’t need to manually configure port forwarding.
Alternatively you can set up the software environment locally on your own computer, see the setup instructions.
Or start a JupyterLab session on UVA’s HPC system as described here.