AnswerDotAI / AnswerDotAI/nbdev
Add option to choose installation directory for `nbdev_install_hooks`
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 5.3k
- Forks
- 513
- Avg merge
- 2d 30m
- Merged PRs (30d)
- 8
Description
When trying to run `nbdev_install_hooks`, I get
`PermissionError: [Errno 13] Permission denied: '/home/azureuser/.jupyter/jupyter_notebook_config.py'`
The reason is that I work in an Azure Machine Learning workspace, where no users have access to their home directory.
I think this could open up `nbdev` to a large user-base that really needs it. 🙏
Proposed solution:
- Add `hook_install_path` option to the `settings.ini`-file.
Contributor guide
Assessment
This issue has not been assessed yet.