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

[POC] - Code Interpreter with Jupyter Lab UI #15

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jakubno
Copy link
Member

@jakubno jakubno commented May 14, 2024

Description

Save all the execution in jupyter notebook. This allows users to interact with the code executed by LLM, see the history, etc.

Current limitations

  • Only one kernel
  • If you execute code in jupyter lab and then in SDK, you have to refresh jupyter lab (it won't refresh the page correctly, it will render as a white page)
    • notebook manipulation isn't solved ideally right now, using ydoc websocket should solve it (jupyter lab also uses it)

@jakubno jakubno added the python-rc Python SDK - Release candidate label Jun 3, 2024
@jakubno jakubno marked this pull request as ready for review June 3, 2024 09:26
@jakubno jakubno marked this pull request as draft June 3, 2024 09:26
@mlejva mlejva changed the title [POC] - Share state with jupyter lab [POC] - Code Interpreter with Jupyter Lab UI Jun 13, 2024
@ValentaTomas ValentaTomas added the feature New feature or request label Jul 22, 2024
@ValentaTomas
Copy link
Member

Is this still relevant/used by someone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request python-rc Python SDK - Release candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants