JUPYTER_CONFIG_PATH does not work.
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
**Describe the bug**
`JUPYTER_CONFIG_PATH` does not work.
**To Reproduce**
```
mkdir custom
touch custom/custom.js
echo "console.log('test')" > custom/custom.js
JUPYTER_CONFIG_PATH=$(pwd) jupyter notebook
```
**Expected behavior**
The file should be loaded; `test` should be printed in the console.
**Desktop (please complete the following information):**
- OS: macOS 12.3.1
- Browser Safari 15.4, Chromium 105.0.5175.0 (Developer Build)
Contributor guide
Research direction
Reproduce the issue with the listed mkdir, custom/custom.js, and JUPYTER_CONFIG_PATH commands, then trace how Jupyter Notebook discovers and loads configuration files. Confirm the fix by rerunning the command and verifying that `test` is printed in the console.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jupyter-notebook
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100