code-interpreter icon indicating copy to clipboard operation
code-interpreter copied to clipboard

[POC] - Code Interpreter with Jupyter Lab UI

Open jakubno opened this issue 9 months ago • 1 comments

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 avatar May 14 '24 00:05 jakubno