QuantStack / QuantStack/jupyter-ai-tutor
Automatically generating initial_source
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, as mentioned in PR #28, initial_source is not generated automatically, and it needs to be added manually to the cell metadata.
Generating initial_source automatically for cells that do not have it is not ideal, because that will generate it for arbitrary cells added by the student too.
A possible solution would be to have a button (either global or per cell) that generates the initial_source.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading PR #28 and tracing how cell metadata and notebook-cell actions are currently handled. Decide whether generation belongs to a global or per-cell button, then verify that the chosen action creates initial_source only for cells that lack it without affecting student-added cells.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100