Skip to content

jupyter: Add JUPYTER_CONFIG_DIR

Łukasz Nowak requested to merge luke/slapos:fix/add-jupyter-config-dir into master

IPYTHONDIR was usable for old versions of ipython, but since project was renamed to Jupyter the environment variable is JUPYTER_CONFIG_DIR.

Ref: http://jupyter.readthedocs.io/en/latest/projects/jupyter-directories.html#envvar-JUPYTER_CONFIG_DIR

Merge request reports