Skip to content

Commit

Permalink
Added Jupyter notebook configuration file path sources (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktobeer authored Aug 5, 2024
1 parent 930561a commit 4eafd13
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions artifacts/data/config_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ name: JupyterConfigFile
doc: Jupyter notebook configuration file
sources:
- type: FILE
attributes: {paths: ['%%users.homedir%%/.jupyter/jupyter_notebook_config.py']}
supported_os: [Linux]
attributes:
paths:
- '%%users.homedir%%/.jupyter/jupyter_notebook_config.py'
- '/etc/jupyter/jupyter_notebook_config.py'
- '/private/etc/jupyter/jupyter_notebook_config.py'
- '/user/local/etc/jupyter/jupyter_notebook_config.py'
supported_os: [Darwin, Linux]
- type: FILE
attributes:
paths: ['%%environ_programdata%%\jupyter\jupyter_notebook_config.py']
separator: '\'
supported_os: [Windows]
labels: [Configuration Files]
supported_os: [Darwin, Linux, Windows]
---
name: NfsExportsFile
doc: NFS Exports configuration
Expand Down

0 comments on commit 4eafd13

Please sign in to comment.