Using Jupyter at WRDS
Step-by-step beginner's guide, providing a hands-on Jupyter experience.
Start Using Jupyter
A Jupyter Notebook is an open-source web-based computing environment that enables the combination of live code, equations, explanatory text, and visualizations. Jupyter at WRDS is available at . Learn how to connect to WRDS via Jupyter, create a query, and produce a graph of your query results using the following exercise. It should take less than ten minutes.
Open our sample Notebook and begin immediately by clicking the Open in JupyterLab tab! Log in using your WRDS credentials.
Jupyter Notebook: ClassroomTools/using_jupyter_at_wrds.ipynb Download
If you would like to save this work, or customize this Notebook further in your home directory for future use, use the following directions:
- Download the Notebook by clicking the Download tab.
- Access WRDS JupyterHub at .
- Log in to your account using your WRDS credentials.
- Click the Upload Files button (an underlined arrow icon) to upload this Notebook and save it in your own directory.
Jupyter Notebook: Using Python on WRDS
This Jupyter Notebook complements the video , explaining how to use Python on the WRDS platform for research to pull structured data, subsett by firm and time period, combine multiple datasets, and plot your results.