Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 356 Bytes

Tutorial: accessing SPARQL endpoints in Python with Pandas

Installation

  1. Clone the repository.
  2. Set up a virtual environment: pyvenv venv
  3. Load the virtual environment: source venv/bin/activate
  4. Install necessary dependencies: pip install -r requirements.txt
  5. Start a Jupyter notebook server: jupyter notebook
  6. Run the notebook.