Pycharm copy from jupyter notebook output

已回答

I can't copy output from jupyter notebook inside my IDE. I know I can run it in the browser and copy from there but it would be nice if you would provide the functionality to select some text in a cell's output and copy it. Instead now I only get toggle output when right clicking...

 

Thanks

3

You can use Ctrl+C shortcut or Edit| Copy. Does it work?

0
Avatar
Permanently deleted user

No, it doesn't:

test = pd.DataFrame([{"a":"a", "b":"b", "c":"c"}])
test

If I try to copy the rows from output I can't.
1

Please contact pycharm-support@jetbrains.com with your idea.log (Help| Show log).

0
Avatar
Permanently deleted user

Has this issue been resolved? I got same one, on Mac

3

Ability to run Jupyter notebooks inside Pycharm is very nice.Lack of the ability to copy from output is annoying. Even  IPython console supports it. Why is it hard to implement this feature?

0

Hi Murali,

Check out our RC build https://www.jetbrains.com/pycharm/nextversion/
It has completely new Jupyter Notebook support and as I can see allows to copy from the output.

0

Hi, this is still the case. I am using PY-193.5233.109 / 2019.3 but I cannot copy from Jupyter output.

0
Avatar
Permanently deleted user

Friendly ping - this is still happening as of 1/20/2019 on the Windows version of Pycharm.

0

I can't reproduce the issue on PyCharm 2019.3.1 - Jupyter Notebook is copied to the clipboard correctly. You may be doing something differently, so please submit an issue to https://youtrack.jetbrains.com/issues and provide detailed steps to reproduce the issue with screenshots to demonstrate. 

Attaching logs to the ticket will also help: https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files

0
Avatar
Permanently deleted user

Will do, thanks!

0

Hi,

 

I have found this issue

https://youtrack.jetbrains.com/issue/PY-34802

 

Disabling "PyCharm cell mode" makes copy & paste from cell output enabled in my environment.

0

It is happening again, 

0

Hello, Mkarim

To check the issue, please create YouTrack ticket, provide steps to reproduce and attach the logs archive, which can be found under Help | Collect Logs and Diagnostic Data.

Thanks!

0

请先登录再写评论。