# running and using Jupyter notebooks for a projectcd diruv init / uv venvuv add jupyterlab pandas numpy matplotlib seabornuv run jupyter lab# ---------marimo edit [file] # Starts the Marimo editor in your browser. Use --watch to auto-update when the file changes.marimo run [file] # Runs a notebook as a read-only, interactive web app.marimo new # Creates a new notebook.marimo tutorial [name] # Opens a tutorial (e.g., intro).marimo export [format] [file] # Exports a notebook to HTML or ipynb.marimo convert notebook.ipynb -o notebook.py# ------------# obsidian hybrid searchnpm update -g obsidian-hybrid-search # updateobsidian-hybrid-search & # start serverohs # hybrid searchohss # semanticohst # titleohsf # full textohs [query] --rerank # use rerank for better result. needs hybrid searchohsi # index vaultohsst # statusohsi --force # force index from scratch