pygwalker
pygwalker copied to clipboard
The Clipboard API has been blocked in this environment. Please copy manually.
I can't copy the code export inside pygwalker to setup a pre configured pygwalker view.
Context
I tried to copy the code, but it says "The Clipboard API has been blocked in this environment. Please copy manually." Then opens another editor where I am supposed to copy the content, but copying does not work.
Process
- Open Dataset with Pygwalker
- Creating a Graph
- Copying the code
Expected result
Able to copy the code
Current result
Nothing in the clipboard
Possible Fix
no idea to be honest.
Clipboard Disbaled
screenshot
I used Jupyter Notebook inside VSCode on a MacBook Air M2 latest OS.
Sorry, forgetting to reply.
vscode will have some limitations, I have not found a good way to solve it.
Currently, you can use pyg.walk(df, spec="./config_0.json")
to save conifg in local json file.