First, in an administrator command prompt, enable unrestricted Powershell script execution (see About Execution Policies):
set-executionpolicy unrestrictedThen makes sure that the conda Script directory in is your Path.
First, in an administrator command prompt, enable unrestricted Powershell script execution (see About Execution Policies):
set-executionpolicy unrestrictedThen makes sure that the conda Script directory in is your Path.
From here.
or
choco install vcredist-all| def dict_none_remover(d:dict) -> dict: | |
| """ | |
| Remove keys with None values from a multi-level nested dictionary. | |
| Parameters | |
| ---------- | |
| d : dict | |
| The input dictionary from which keys with None values should be removed. | |
| Returns |
ngrok.exe http http://localhost:7071 --domain=warm-severely-boxer.ngrok-free.app
ssh-keygenmkdir ~/.ssh/| #Requires AutoHotkey 2.0+ | |
| #SingleInstance Force | |
| #HotIf WinActive("ahk_class Progman") || WinActive("ahk_class WorkerW") | |
| ^+d::DesktopIcons() | |
| #HotIf | |
| DesktopIcons(){ | |
| hProgman:=WinExist("ahk_class WorkerW","FolderView")?WinExist():WinExist("ahk_class Progman","FolderView") | |
| hShellDefView:=DllCall("user32.dll\GetWindow","ptr",hProgman,"int",5,"ptr") |
How to fix TqdmWarning: IProgress not found problem
uv add --dev -U ipywidgets jupyterlab ipykernelpython -m ipykernel install --user --name=".venv"| ## Python Enviornment Activation | |
| alias activate-venv='source .venv/bin/activate' | |
| # Function to source .venv if it exists | |
| auto_source_env() { | |
| if [[ -d ".venv" && -f ".venv/bin/activate" ]]; then | |
| echo "Activating virtual environment in .venv..." | |
| activate-venv | |
| fi | |
| } |