spyder-ide / spyder-notebook

Jupyter notebook integration with Spyder
Other
534 stars 130 forks source link

Support Jupytext #272

Open jitseniesen opened 4 years ago

jitseniesen commented 4 years ago

Integrate jupytext with the spyder-notebook plugin so a file in the Spyder editor could be opened in the notebook or a notebook could be opened in the editor. It looks like jupytext does most of the heavy lifting and it's mostly a user interface thing.

Originally posted by @bcolsen in https://github.com/spyder-ide/spyder/issues/7933#issuecomment-623860224

aviolov commented 4 years ago

I second this request. Note that a notebook can already be opened in the editor as a converted .py scripts (right click on ,ipynb and select 'Convert to Python script')

Now we just need a similar context-option for a .py script to 'Convert to Jupyter Notebook' ! Would be nice.