Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Markdown in Spyder IDE

I was experimenting in the Spyder IDE and learned, that it is possible to define cells using the #%% separator. Now I couldn't find it, but is it possible to use markdown, like in a Jupyter notebook?

like image 514
Zelphir Kaltstahl Avatar asked May 02 '16 13:05

Zelphir Kaltstahl


People also ask

Can you do markdown in Spyder?

Spyder reports pluginSpyder plugin to render Markdown reports using Pweave as a backend.

Can I use Jupyter Notebook in Spyder?

You can also open any Jupyter Notebook inside Spyder. For this go to the options menu at the top right of the pane and click Open, which will allow you to look for ipynb files in your computer. Click any notebook that you want to open inside Spyder and you will be able to see it as a new tab in the Notebook pane.

What is Spyder notebook?

Spyder is an open-source cross-platform integrated development environment (IDE) for scientific programming in the Python language.


1 Answers

No. As far as I know Spyder IDE has no markdown implemented as Jypter notebook even if it is connecting to a Jupyer notebook instance locally.

I would suggest you to use Jupyter notebook for coding and annotation if you need such a thing. Spyder is just a IDE. But if you want to edit Jupyter notebook in a IDE just take a look at PyCharm IDE.

like image 90
Michael Tesař Avatar answered Oct 02 '22 07:10

Michael Tesař