Skip to content

Kanaries · Knowledge Base

All Topics

An index of every tutorial cluster on this site — data wrangling, visualization, machine learning, and AI tooling.

23
Topics
440
Articles
00

Start with a specific setup, tooling, or troubleshooting task.

01

AICoding

Oh My OpenCode and OpenCode: Install, Setup, and Fixes

Oh My OpenCode is an orchestration harness on top of OpenCode, not a replacement. Install OpenCode first, run /init, then add the harness with bunx oh-my-opencode install. Includes fixes for opencode not found and stale OpenAgent commands.

02

AICoding

How to Use Codex: Getting Started, 5 Tips, and Best Practices

Install Codex CLI with npm i -g @openai/codex, then use the 5 tips that make it reliable: plan before implementing, set scope and non-goals, move repo rules into AGENTS.md, delegate to subagents, and always verify. Plus CLI vs App vs IDE and large-repo best practices.

03

Streamlit

Streamlit in VS Code: Install, Run, and Debug Setup Guide

Set up Streamlit in VS Code, run `streamlit run app.py`, fix interpreter and `command not found` issues, and debug common port and breakpoint problems.

04

Python

__pycache__ in Python: What It Is and When to Delete It

The __pycache__ folder stores compiled .pyc bytecode that makes Python imports faster. Learn why it appears, whether it is safe to delete, how to gitignore it, and how to disable it with PYTHONDONTWRITEBYTECODE.

05

Python

How to Run Python Scripts for Beginners

Learn how to run Python scripts in different ways, depending on your environment and skills. This guide covers command-line, IDEs, and file managers for efficient and effective script execution.

06

Python

How to Convert .ipynb to PDF (nbconvert, VSCode, Colab)

Convert a Jupyter Notebook to PDF fast: run jupyter nbconvert --to pdf notebook.ipynb. No LaTeX? Use --to webpdf. Includes VSCode, Colab, browser print, and fixes for the xelatex not found error.

01

Data Wrangling & Analysis

9 topics
02

Visualization & Data Apps

6 topics
03

Machine Learning & AI

5 topics
04

More Topics

3 topics