
Academic Lab Advisor
Generate structured Jupyter notebooks for data science learning directly from VS Code.
This extension helps structure a Jupyter file for a user proposed analysis.
Features
- Guided webview with three inputs
- OpenAI-powered notebook generation
- Automatic project folder creation
- Opens the generated notebook
Getting Started
Install dependencies:
npm installBuild:
npm run compileRun the extension: press F5 in VS Code
Configuration
Set your API key in VS Code settings:
academicLabAdvisor.openaiApiKeyacademicLabAdvisor.openaiModel
Commands
- Academic Lab Advisor: Open
- Academic Lab Advisor: Generate Notebook
- Academic Lab Advisor: Open Settings