jupyter / jupyter/notebook

JUPYTER_CONFIG_PATH does not work.

Open
#6,470 0 comments 0 reactions 0 assignees View on GitHub
bug
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.