- Notifications
You must be signed in to change notification settings - Fork5.5k
Idea: Toggling between multiple code versions.#7290
-
I would like a feature similar to ChatGPT, with which I can switch between different code blocks and name them. For example, I have a code block and name it Version1, then I create a new code block which I name Version2, containing a revised version of the code block. By switching the code blocks, the respective one is then executed. This allows for quickly testing different scenarios by setting a different config for each code block, other variables, etc. It is also possible to find an older version of the code at an appropriate place. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
@PlastoJesta maybe Jupyter AI could already help you with this?https://github.com/jupyterlab/jupyter-ai Otherwise maybe it could be worth asking there. |
BetaWas this translation helpful?Give feedback.