diff options
| author | Matthew Kenigsberg <matthew@floxdev.com> | 2024-09-10 13:50:08 -0600 |
|---|---|---|
| committer | Matthew Kenigsberg <matthew@floxdev.com> | 2024-09-10 14:06:32 -0600 |
| commit | 83bd47a835f90e8488c7ef1234ae1d876789abcb (patch) | |
| tree | 67815271b918b02688e20b17d68945e151a18304 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | dcb6f84193545883c22f2276e0e09b23c2ee27d8 (diff) | |
jupyter: respect JUPYTER_PATH
JUPYTER_PATH can be used to provide additional plugins for jupyter to
use. Currently, JUPYTER_PATH is being unconditionally overridden, so
extensions are not found, e.g:
```
$ JUPYTER_PATH="path to dir with labextensions/@jupyter-widgets" jupyter labextension list 2>&1 | grep widgets
```
Instead of setting JUPYTER_PATH, prepend to it, so JUPYTER_PATH will be
respected:
```
$ JUPYTER_PATH="path to dir with labextensions/@jupyter-widgets" jupyter labextension list 2>&1 | grep widgets
@jupyter-widgets/jupyterlab-manager v5.0.13 enabled OK (python, jupyterlab_widgets)
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
