--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/695ff665-0e52-45db-ad4c-0c0eb3357767%40googlegroups.com.
On Mon, Aug 17, 2015 at 10:00 AM, pybokeh <pyb...@gmail.com> wrote:
OK thanks that worked.But what does the {application} syntax in the documentation do? To me, it implies you can set an application or profile name and then refer to that name when executing jupyter commands.
{application} is the jupyter subcommand, e.g. jupyter notebook or jupyter qtconsole. These files define and generate their own config files, e.g. jupyter notebook --generate-config. So the full command for starting a new configuration for the notebook that’s not your default would be:
JUPYTER_CONFIG_DIR=~/jupyter_custom jupyter notebook --generate-config
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/e24b4eed-0906-4566-8fea-7de6261c92b3%40googlegroups.com.