简体   繁体   中英

Copying cells from Libreoffice Calc to IPython console in Spyder

This question asks almost exactly what I would like to know. However, the accepted answer does not work in the Spyder IDE, because when I press Alt+V the view tab in the menu bar opens.

Therefore, I rephrase the question: How can I copy the content of cells from Libreoffice Calc into a numpy array in the IPython console in Spyder using the clipboard?

( Spyder developer here ) After copying your data in Calc, you need to focus the Variable Explorer, do a right click on an empty space on it to get this menu:

Variable Explorer上下文菜单

and then select Paste .

After that you will get this dialog

导入数据向导

and when pressing Next , you'll be able to import it in the current IPython console as a Numpy array:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM