We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
... would be possible using code like this:
from ipylab import JupyterFrontEnd app = JupyterFrontEnd() app.commands.execute("notebook:insert-cell-below") app.commands.execute("notebook:replace-selection", {"text": result})
Source: https://github.com/kolibril13/jupyter-tldraw/blob/b4af7d98c86ec24c026e80ec927b6ef270d42d49/src/tldraw/__init__.py#L142
The text was updated successfully, but these errors were encountered:
This doesn't work in colab and pycharm.
Sorry, something went wrong.
No branches or pull requests
... would be possible using code like this:
Source: https://github.com/kolibril13/jupyter-tldraw/blob/b4af7d98c86ec24c026e80ec927b6ef270d42d49/src/tldraw/__init__.py#L142
The text was updated successfully, but these errors were encountered: