You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spyder
Hey guys,
I really prefer the console over the editor (I come from jupyter notebooks) but I cannot save the console like with a jupyter notebook. I can save it as an HTML, but cannot import it back, and run the cells again. Is there a way for that?
yfprojects
unread,
Dec 24, 2020, 5:23:55 PM12/24/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spyder
Hi,
you can create cells in a normal python file that can be executed similar to jupyter cells, by adding comments starting with `#%% `.
There is also an official notebook plugin available for spyder.