An open API service indexing awesome lists of open source software.

https://github.com/mpacer/jupyter_conf_search

Utility for searching through jupyter configuration files, using jupyter's path definitions to find their locations dynamically.
https://github.com/mpacer/jupyter_conf_search

ipython jupyter jupyter-notebook traitlets

Last synced: 4 months ago
JSON representation

Utility for searching through jupyter configuration files, using jupyter's path definitions to find their locations dynamically.

Awesome Lists containing this project

README

        

In order to use this

pip install jupyter_conf_search

Which is then executed as

jupyter_conf_search "your_search_term"

on the command line to search for "`your_search_term`".

If you pass just

jupyter_conf_search

it will return the total list of configuration files that it found relative to
the directory that you are running the command from (not just the directories,
which you can find using `jupyter --paths` beneath `config:`).

© M Pacer