question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Per-project configuration

See original GitHub issue

I started wondering if a per-project configuration of jupytext would be possible using a config file.

For instance, there could be a .jupytext file in the root of each of my git repositories that defines, for instance, what format I want to pair with and which metadata to filter.

My use-case is, that for a certain project I work with Rmd files, in another I would prefer to store the documents as plain python scripts.

This would have the additional benefit, that the settings could be shared along with the code in the repository to achieve consistent behavior across collaborators.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:18 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
grstcommented, Nov 13, 2019

How about TOML?

And then check all parent directories for a .jupytext file (similar to git finding a .git directory).

1reaction
grstcommented, May 24, 2020

I gave it a quick try – seems to work splendidly 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Per project configuration · oracle/opengrok Wiki - GitHub
Property Type Meaning annotationCacheEnabled boolean enable annotation cache, generated during reindex handleRenamedFiles boolean disables or enables handling of renamed files historyEnabled boolean enables or disables history...
Read more >
Per-project configuration, Storybook support for Angular 12 ...
Per-project Configuration. Traditionally, in Nx workspaces, configuration for all projects is all contained in workspace.json and nx.json files.
Read more >
Per project setup - Haxelib Documentation
Currently haxelib has two ways to have project local setups. Using haxelib newrepo; Using haxelib install all. Using haxelib newrepo. When using haxelib...
Read more >
Project Configuration File Format - Gerrit Code Review
The submit section appears once per project. The capability section only appears once, and only in the All-Projects repository. It controls core features ......
Read more >
Per-project configuration for vim - Politreco
Per-project configuration for vim. Wed 03 April 2019 | tags: gitvim. For a long time I have accumulated different configurations for vim for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found