DetachHead
DetachHead
i've opened a separate issue for that: #1432
Does this happen consistently? I've seen this happen sometimes with other extensions, it seems to be an issue with vscode Anything interesting in the basedpyright tab of the output log?
yeah i still can't reproduce sorry. could you provide some more info please: - vscode version - are you using a vscode fork? (eg. vscodium, cursor, etc) - what version...
do you have the python extension enabled? if not, it could be the same issue as #1188 see [this warning in the vscode installation instructions](https://docs.basedpyright.com/latest/installation/ides/#__tabbed_1_2) for more info
looks like you just pasted a local path to that cpuprofile file instead of uploading it. can you provide the file itself please? otherwise there's not much info here i...
fyi @KurtBoehm
All good, I verified it still happens on the latest commit
thanks for the contribution! i'm a bit busy with other work for the next week or so but i will have a look when i can
not just newlines. if the name is long enough such that it wraps onto the next line then it also overlaps: ```mermaid flowchart TD subgraph aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa asdf A[asdf] end ```
are you able to provide a minimal example? are you trying to import from other notebooks? from my understanding doing that isn't possible (but i have no experience with notebooks...