On Wednesday, June 7, 2017 at 10:55:33 PM UTC-7, Roland Weber wrote:
>
> 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.
>
>
Yes, I realize that.  What I'm asking with that part of the question is 
whether there is a documented, "official" API for launching a notebook 
programmatically rather than from the command line. 

-- 
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/08481bc6-4251-4849-b8c9-69cec0280768%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to