Skip to content

new_untitled has fixed notebook extension #1545

@stevenmanton

Description

@stevenmanton

I'm working on creating a custom FileContentsManager to work with gpg-encrypted notebooks and ran into a minor issue. One thing I'd like to do is work with notebooks that have the extension .ipynb.gpg. However, the .ipynb is hard-coded in the ContentsManager class. It seems unnecessary. Could we change that from ext = '.ipynb' to ext = ext or '.ipynb' to allow for overloading?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions