feature request: prepare notebook with specified .py/.ipy file
Open
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
currently the configuration file is` jupyter_notebook_config.py `in the folder `~/.jupyter`.
i would suggest to provide the freedom of specifying which config file to load when starting Jupiter notebook
for instance, i would like to setup extensions for a project in a specific folder, i can do:
```sh
jupyter notebook --config ./config_for_this_folder.py
```
this will help the Jupiter notebook configuration information to be version controllable and explicable on different PCs / platforms
Contributor guide
Assessment
This issue has not been assessed yet.