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.
- Host: GitHub
- URL: https://github.com/mpacer/jupyter_conf_search
- Owner: mpacer
- License: mit
- Created: 2017-01-18T03:52:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T16:27:23.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T00:53:48.869Z (5 months ago)
- Topics: ipython, jupyter, jupyter-notebook, traitlets
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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