notebook-for-experiment

Installation
SKILL.md

Notebook for experiment

Tooling

Installing uv

uv is the recommended tool for running notebooks — it requires no global Jupyter installation, pins exact dependency versions per invocation, and keeps each invocation's environment isolated. There are no conflicts with system Python or existing virtualenvs.

Install on macOS / Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh

Install on Windows (PowerShell):

powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
Installs
1
GitHub Stars
20.4K
First Seen
Jul 30, 2026
notebook-for-experiment — jetbrains/intellij-community