Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog post for Jupyter integration #137

Merged
merged 2 commits into from
Jan 20, 2025
Merged

Conversation

daniellok-db
Copy link
Collaborator

@daniellok-db daniellok-db commented Dec 21, 2024

As title, this PR adds the post to promote the jupyter integration in mlflow 2.20 (how do we make sure this isn't released until then?)

Screen.Recording.2024-12-21.at.1.14.56.PM.mov
Screenshot 2024-12-21 at 1 14 50 PM

Signed-off-by: Daniel Lok <[email protected]>
Signed-off-by: Daniel Lok <[email protected]>
Copy link

Preview for 22f7b5e

  • For faster build, the doc pages are not included in the preview.
  • Redirects are disabled in the preview.
Open in StackBlitz

@TomeHirata
Copy link
Collaborator

Great blog post! Two minor comments:

  • The example code in the doc is different from the code in the image, is it intentional?
  • The last line of the example code in the picture could be changed to just chain.invoke("...") (remove _ =)

@daniellok-db
Copy link
Collaborator Author

daniellok-db commented Dec 24, 2024

@TomeHirata

The example code in the doc is different from the code in the image, is it intentional?

yeah the code in the image is just meant to show the UI, the doc one is meant to explain in more detail / provide more examples, so they don't necessarily need to match

The last line of the example code in the picture could be changed to just chain.invoke("...") (remove _ =)

I wanted to suppress the output repr (e.g. AIMessage(... long string ...) as it pushes the UI down 😅. if it looks weird i can change it to response = chain.invoke(...)

Copy link
Collaborator

@B-Step62 B-Step62 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@daniellok-db daniellok-db merged commit 7fe59b1 into main Jan 20, 2025
3 checks passed
@daniellok-db daniellok-db deleted the daniellok-db/jupyter-blog branch January 20, 2025 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants