Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.07 KB

install_instructions_jupyter.md

File metadata and controls

21 lines (14 loc) · 1.07 KB

Install Python, virtualenv and Jupyter

If you never heard of Python and/or havent installed it yet

If you are already using Python

  • Create a new environment with virtualenv:
    • virtualenv -p python3 myvenv && source myenv/bin/activate && pip install jupyter rdflib requests pandas SPARQLWrapper ipyleaflet
    • with pipenv: pipenv shell && pipenv install jupyter rdflib requests pandas SPARQLWrapper ipyleaflet
  • Start the Jupyter notebook:
    • Jupyter notebook
  • And open the notebook provided

If you need help drop me an email: matthias.schloegl@oeaw.ac.at