Hi Pav, >From the command line you can use things like https://github.com/paulgb/runipy, or https://github.com/takluyver/nbparameterise.
If you are running pure nbconvert, then environment variable may be enough. Otherwise you have to dive into creating your own kernel/session manager to do fancy stuff when the kernel starts. Hope that helps a bit. -- M On Tue, Jan 17, 2017 at 11:02 AM, Pav A <[email protected]> wrote: > Anyone? :) > > On Thursday, January 12, 2017 at 1:51:19 PM UTC, Pav A wrote: >> >> Either: >> * via notebook URL (see >> https://groups.google.com/forum/#!topic/jupyter/mAMf9OVOgss) >> * via a POST request to the notebook >> * jquery bbq parser talking to Python kernel via Javascript (note: this is >> explicitly not supported in Jupyter Dashboards: >> https://github.com/jupyter/dashboards_server/issues/309#issuecomment-267205021) >> * any other way? > > -- > 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/d624f690-188e-469e-88d9-9a438097f579%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/CANJQusXsMyzREzURWA1nsWMJsTXQwybQKLEi7qzy_9XLikZB7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
