-
Notifications
You must be signed in to change notification settings - Fork 393
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
Configurable metadata filter options in .jupytext don't appear to be in effect #543
Comments
Hello @rsokl , well... in Jupytext 1.5.0, the configuration file is used by Looking back, the reason for this debatable implementation it that the So we have a couple options... can you tell me what you think of them?
|
Hi @mwouts To me, it seems like option 2 makes the most sense – it seems intuitive to have my |
Hi @rsokl , sorry it has been a while since you reported this. I have added a test to make sure that the config file is taken into account, and with the development version the test is green. I'll include this in the upcoming release 1.6.0. |
A release candidate is available here:
|
Hello! I'm trying out the new config options and it doesn't seem like things are adding up for me.
My config file contains the following
My ipynb file has the following metadata
When I run
the resulting markdown file has the metadata
I double checked that
find_jupytext_configuration_file('.')
returned the appropriate file. Is there something off with how I am doing things here? I should expect all of the metadata to be absent from the.md
file, correct?I tried introducing some random characters in the config file, and it does cause the toml reader to crash, so it does appear that my config file is being parsed during the conversion.
My OS is Windows and I am running
jupytext 1.5.0
The text was updated successfully, but these errors were encountered: