On Mon, Nov 6, 2017 at 12:19 PM, vitalije <[email protected]> wrote:
Here is example script that I have made so far. > with jupyter_client.run_kernel(kernel_name='python3') as kern: > This will fail unless you are running python 3. Using 'python' instead or 'python3' (or 'python2') will use the version of python that you using. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" 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]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
