haesleinhuepf / bia-bob

BIA Bob is a Jupyter+LLM-based assistant for interacting with image data and for working on Bio-image Analysis tasks.
BSD 3-Clause "New" or "Revised" License
83 stars 6 forks source link

Bia-Bob does not work in Google colab #139

Open haesleinhuepf opened 3 months ago

haesleinhuepf commented 3 months ago

image

Seems a similar issue like in Pycharm:

Visual Studio works though

haesleinhuepf commented 1 month ago

jupyter-ai has similar issues:

haesleinhuepf commented 1 month ago

It does also not work ipylab:

from ipylab import JupyterFrontEnd
app = JupyterFrontEnd()
app.commands.execute('notebook:replace-selection', { 'text': 'import math\n\nmath.pi'})

image

haesleinhuepf commented 1 month ago

And there's a related colab issue:

They propose scratch cells, which seems not user-friendly to me:

image