Skip to content

Instantly share code, notes, and snippets.

@dsaad68
Last active December 20, 2024 14:10
Show Gist options
  • Save dsaad68/19d9ec22959345ec766fea23f8507509 to your computer and use it in GitHub Desktop.
Save dsaad68/19d9ec22959345ec766fea23f8507509 to your computer and use it in GitHub Desktop.
VSCode `tqdm` fix

How to fix TqdmWarning: IProgress not found problem

  1. Install Jupyter Notebook Renderers
  2. uv add --dev -U ipywidgets jupyterlab ipykernel
  3. python -m ipykernel install --user --name=".venv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment