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

New ignore argument & config option #988

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

New ignore argument & config option #988

wants to merge 5 commits into from

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Aug 14, 2022

Closes #986
Closes #974

TODO

  • Find a more efficient way to determine if nb_file matches a glob than listing all the files in the glob
  • We want the method to work also when nb_file does not exists!
  • Find out how to do so in the context of the contents manager (path separator is always /, and there might be no underlying file system)

"default one, append the format name to the extension, "
"e.g. ipynb,py:percent to save the notebook to "
"hydrogen/spyder/vscode compatible scripts",
help="The formats to which notebooks should be saved - a coma separated list."

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
help="The formats to which notebooks should be saved - a coma separated list."
help="The formats to which notebooks should be saved - a comma separated list."

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

Successfully merging this pull request may close these issues.

Exclude file for wild card star sync Configure notebook pairing using regex/fnmatch/glob patterns
2 participants