Hi Brendan,

regarding your fallback solution: the notebook server is Python code. You 
can import the packages and call the functions to start a notebook server 
in the current process. The 'jupyter' command itself is a Python script, so 
just follow the code path to see what it does when invoked with certain 
options. Once you get to the point where the notebook server is started, 
you'll know how to do that directly from your code. You'll probably have to 
follow the code path a bit further to see where the token is generated and 
stored.

hope that helps,
  Roland

-- 
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/e13a6ccb-f68a-4311-bee7-957548b21458%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to