Quickstart Guide
Want to get started using prAxIs as soon as possible? It’s as easy as 1-2-3!
- Choose a JupyterHub to launch the prAxIs service on. We currently support three options:
- JupyterOpen for students and faculty at UBC
- PIMS’ Syzygy for non-UBC-affiliates and others
- Google Collab for people with a Google account
Tip
We recommend JupyterOpen for UBC students, since it has all of the necessary packages pre-loaded for you.
- Other hubs may need to install package in order for some notebooks to work properly.
- Click on the “Launch prAxIs” button on the top-right of the navigation bar on this page:
And select your JupyterHub
- Log in using your hub credentials, wait for the project to load, then open a notebook under the
praxis-project
directory!
You’re all ready to go!
Using Locally
Want to run prAxIs on your own computer? Don’t have a reliable internet connection? Want to be a power user or have a favourite IDE? You don’t have to rely on a JupyterHub to use prAxIs.
- Install Jupyter or RStudio locally on your own computer, including R and any other packages necessary.
- Select “Launch Locally” from the “Launch prAxIs” menu and download the repository files.
- Unzip the files and open them in your local IDE.
You’re all ready to go!