Alexander Kislukhin
Alexander Kislukhin
So it's still unclear what the deal is with Run All, but [`this.set_dirty(true)`](https://github.com/jupyter/notebook/blob/881268f64245e0829173d1a6dc7aad7db39795d3/notebook/static/notebook/js/notebook.js#L2420) certainly looks interesting :) I want to be able to rerun and publish notebooks with one button....
Answered in https://github.com/jtpio/ipylab/discussions/139 ``` import os os.environ.get('JPY_SESSION_NAME') ```
Thank you! Looks like I got the happy message with `"connectionName":` using ``` m365 login --authType secret --tenant "..." --appId "..." --secret "..." ``` without tenant: Error: missing_tenant_id_error: A tenant...
``` m365 spo get --output json Error: SharePoint does not support authentication using client ID and secret. Please use a different login type to use SharePoint commands. ``` 😿 Would...
Yes, thank you!
Conversion with `appimage2deb` was not helpful because it uses AppImage as executable ``` dpkg -L logseq-linux-x64-0-10-8 /. /opt /opt/logseq-linux-x64-0-10-8 /opt/logseq-linux-x64-0-10-8/logseq-linux-x64-0-10-8.AppImage /usr /usr/bin /usr/bin/logseq-linux-x64-0-10-8 /usr/share /usr/share/applications /usr/share/applications/logseq-linux-x64-0-10-8.desktop ```
after chown-ing and chmod-ing that chrome-sandbox file, it seems to be working.
> I know this is not officially supported, and the bug you reported should be definitely fixed, but the [snap](https://snapcraft.io/logseq) works perfectly fine on noble. Until this get fixed it...
Ended up building with gradio, sorry 🙃 https://huggingface.co/spaces/liquidcarbon/duckdb-fastapi-gradio
Any update on expr in titles? I'd like to be able to change Y axis title dynamically 