Hello Adam,

IN a running notebook, you can do `help > about` it should display
information about both the running server and current kernel.
The default should be current python executable (IIRC), if you want to
be sure you can do :
   python -m notebook
And then you can be sure it starts with the python you referenced.
   which jupyter-notebook
can also tell you which script get started.

Does that helps ?
-- 
M


On Wed, Jul 5, 2017 at 10:40 PM, Adam Rule <[email protected]> wrote:
> I have been trying to help some colleagues install an extension that
> includes both a server and nb component and have had some trouble when they
> have more than one version of python, or of the notebook, on their machine.
>
> Is there a way to tell from a notebook which version of python is running
> the notebook server (not the kernel)? Is there a default? Similarly is there
> a way to tell from the notebook, which version of the notebook is running? I
> am imagining something like `which notebook` or `which python` but the
> default one returned by these in Terminal is not always the same as ends up
> running the notebook (or so it seems).
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jupyter/f9b93fd6-7bb2-49bb-98bf-881968a6f711%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CANJQusVd6VHE%2BPkRqBw6e4_YhwXM3DGYhqLGs%3DWoKgaYFKdkhQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to