Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.06 KB

File metadata and controls

22 lines (15 loc) · 1.06 KB

Python and Jupyter

This Repo contains Python Devolopment Setup with Configurations and Jupyter Notebook.

  • My python setup enviropnment is based on uv. also cintains requirements.txt for venv setup.
  • Contains jupyter notebook settings configurationes .. for autocomplete and others things
  • Also has micromamba and conda ymal settings environment.yaml

All setting can be declared completely in pyproject.toml file

So, To remove any conflict on vscode

pylance causing the problem, so in code-OSS i Primarily use pyright or basedpyright, and mainly used it with ruff.

  • python default
  • ruff / autopep8
  • pyright or basedpyright
  • python debugger(not nexessary )
  • but pylance works when using mypy
  • i need to restart pylance everytime

Use these only ..(maybe .or) python tools referances