Generate quant practice notebooks from example questions.
Generate a Jupyter notebook of quant practice questions using example questions as templates. The user specifies the number of questions and topics. You generate novel questions (different tickers/values/date ranges) and provide solutions, then append them to the notebook.
count: number of questionstopics: comma-separated list (e.g. returns,portfolio,signals). Empty means mixed.python .claude/skills/quant-practice/scripts/generate_notebook.py --topics "<topics>" --count <count>python .claude/skills/quant-practice/scripts/select_questions.py --topics "<topics>" --count <count>python .claude/skills/quant-practice/scripts/add_question_to_notebook.py --notebook <path> --question-text "<question>" --solution-text "<solution>"python .claude/skills/quant-practice/scripts/get_topics.py--only-active to show only topics from active questions.questions/index.json controls topic labels and which examples are active.