Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some support for the ipynb format #1767

Closed
spyder-bot opened this issue Feb 17, 2015 · 4 comments
Closed

Some support for the ipynb format #1767

spyder-bot opened this issue Feb 17, 2015 · 4 comments

Comments

@spyder-bot
Copy link
Collaborator

From sylvain....@gmail.com on 2014-03-23T11:34:33Z

When modifying a python module, like when renaming a function "foo" into "bar", it is common to perform a "Find in files" operation to look for occurrences of "foo(" to be replaced elsewhere, including IPython notebooks.

Therefore, it can be interesting to include the .ipynb format
-> in the default filter for "Find in files"
-> in the proposed formats for the "Open" dialog
-> in the file explorer filter for file formats.

The text editor would then open the bare .ipynb text file. This would be interesting regardless of the support for the notebook in Spyder.

The js/json syntax coloring scheme could be used for this file type.

Besides,
-> global notebook manipulations could be added to the context menu, like "clear all output, convert to Python script" etc...

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1767

@spyder-bot
Copy link
Collaborator Author

From sylvain....@gmail.com on 2014-03-26T14:23:11Z

Started (PR #32)

Status: Started

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-04-08T12:15:11Z

Cool! I like the idea but we need to leave it for 2.3.1 as this is not a bugfix.

Labels: MS-v2.3.1

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-08-17T18:52:50Z

Labels: -MS-v2.3.1 MS-v2.3.2

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-10-26T09:51:26Z

This issue was closed by revision b73c8bc91daf .

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant