To get started with the IS515 project, follow these steps:
Click the button below to create a Codespace for the fall23_is515
branch:
Note: After initiating Codespace, wait for the postCreateCommand
to complete in the terminal. Meanwhile, use the shortcut Cmd
+ Shift
+ P
on Mac (Ctrl
+ Shift
+ P
on Windows) and select View Creation Log
to monitor the setup progress.
Once the postCreateCommand
has finished, start Jupyter Lab by entering the following command in the terminal:
@username -> /workspaces/Logic_Programming_Playground (fall23_is515) $ jupyter lab
If the terminal becomes unresponsive or blank after executing jupyter lab, simply refresh your browser. This should reveal the Jupyter Lab URL.
Copy and paste the URL into your browser, or Command-click (Mac) / Ctrl-click (Windows) the link directly. If prompted for a password or token, use the token XXX from the URL:
http://localhost:8888/lab?token=XXXX
This should grant you access to Jupyter Lab where you can begin your work.