Skip to content

PiceTrp/web_scraping_101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ref: https://docs.astral.sh/uv/guides/integration/jupyter/

  • to use jupyter lab with uv, we need to run uv add --dev ipykernel in our project dir
  • and run uv run ipython kernel install --user --env VIRTUAL_ENV $(pwd)/.venv --name={env_display_name} to create jupyter kernel with same uv dependencies in the current project
  • then, run uv run --with jupyter jupyter lab

About

Me doing web scraping for the first time in forever

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published