or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Jupyter AI meeting log
Meets weekly on Wednesdays at 8:30am Pacific Time.
June 18, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
June 11, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
June 4, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
May 28, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
May 21, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
May 14, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
May 7, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
David: Just got back from 2 weeks off & finished moving.
David: Planning to have the personas PR merged within the next week. I'm currently assigned to work on another project for 2 weeks, but will dedicate any spare time to working on JAI.
Meeting minutes
April 16, 2025
Attendees
Agenda
New PR: https://github.com/jupyterlab/jupyter-ai/pull/1324
Discussing how slash commands will live on in JAI v3
Three possibilities:
(Jason): Keep slash commands scoped to 'Jupyternaut'
David: Add slash commands as agentic tools to 'Jupyternaut'
Sanjiv: Add a separate persona as 'Jupyternaut Coder'
April 9, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
April 2, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
Jason: FYI: JupyterCon 2025 in San Diego, Nov 3-5: https://jupytercon.com
David: Updated the release roadmap w/ milestones & FAQ: https://github.com/jupyterlab/jupyter-ai/issues/1052
David: jupyter-ai 2.31.1 is not installable from conda-forge.
Jason Grout: consolidating tech meetings
March 26, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
March 19, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
March 12, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
Info: Documents discussion topics for today's meeting.
David Q: Jupyter AI v2.30.0 release is planned for Thursday! Chat handlers will now be overridable through entry points.
Zach:
Sanjiv:
Mike K: We should also think about making RAG more configurable for admins & developers. (Bring your own vector store - BYOVS)
Mar 5, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
Info: Documents discussion topics for today's meeting. Written in advance.
placeholder
David Q: I may be absent for the next 2 community calls to attend the GitHub Secure Open Source program.
Nicolas B / Jeremy T: starting secrets manager for Jupyter https://github.com/jupyterlab-contrib/jupyter-secrets-manager
Zach: [Discussion] Thinking more about what building blocks belong in Jupyter AI.
Feb 26, 2025
Info:
<name> (<github-alias>), <affiliation>
.Agenda
Info: Documents discussion topics for today's meeting. Written in advance.
placeholder
David Q.
Marc
Meeting minutes
Info: Summarizes the discussion which occurred in today's meeting. Written during the meeting.
Feb 19, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
Info: Documents discussion topics for today's meeting. Written in advance.
Meeting minutes
Info: Summarizes the discussion which occurred in today's meeting. Written during the meeting.
Introduced each other.
Discussed Zach's idea of making Jupyter AI its own subproject.
Listened to a brief presentation from Zach about making agent tools (e.g. using LangChain) to trigger JupyterLab commands.
Jan 13, 2025
Attendees
Info:
<name> (<github-alias>), <affiliation>
.Agenda
Info: Documents discussion topics for today's meeting. Written in advance.
Jupyter AI v3.0.0a0 pre-release.
DE Shaw's branch of Jupyter AI v2.
jupyterlab-magic-wand
by Zach S. New dependencies are also listed under this bullet point.jupyterlab-eventlistener
by Zach S.jupyterlab-cell-diff
by Zach S.jupyterlab-cell-input-footer
by Zach S.notebook-intelligence
by Mehmet B.Meeting minutes
Info: Summarizes the discussion which occurred in today's meeting. Written during the meeting.
jupyterlab-cell-input-footer
: Adds a custom footer in between a cell's input & output. JupyterLab's existing API only allows for a footer after the cell's input & output.notebook-intelligence
: Re-implements many capabilities of Jupyter AI through GitHub Copilot. Notably it adds a unique inline popup UI through the cell toolbar & a keyboard shortcut. This is similar to Zach's magic wand UI, but opens an input box for a custom prompt.Discussed project management & sustainability in Jupyter AI. We should gradually aim to have more people contribute to allow David to work on more features.