Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:wikibaseintegrator [2025/02/10 09:26] – [WikibaseIntegrator] darrontools:wikibaseintegrator [2025/02/11 07:30] (current) darron
Line 19: Line 19:
  
 ===Test=== ===Test===
 +
 +<code>
 +source ~/.venvs/wikibaseintegrator/bin/activate.csh
 +</code>
  
 <code> <code>
Line 25: Line 29:
  
 <code> <code>
-#! /home/USERNAME/.venvs/wikibaseintegrator/bin/python+#! /usr/bin/env python
  
 from wikibaseintegrator import WikibaseIntegrator from wikibaseintegrator import WikibaseIntegrator
Line 43: Line 47:
 </code> </code>
  
 +<code>
 +deactivate
 +</code>
  
 ===Resources=== ===Resources===
Line 48: Line 55:
 [[https://jupyterlab.readthedocs.io/en/latest/|JupyterLab]] [[https://jupyterlab.readthedocs.io/en/latest/|JupyterLab]]
  
 +[[https://www.geeksforgeeks.org/python-web-scraping-tutorial/|Web scraping]]