view jupyter_c_kernel/__main__.py @ 64:37ded774d876

Update README typo and clarification fixes typo, and provides example for "URL containing the token". committer: GitHub <noreply@github.com>
author Jason B <jasonkingsley.brown@gmail.com>
date Thu, 10 Aug 2017 14:00:51 -0500
parents ee3ac764f5f0
children
line wrap: on
line source

from ipykernel.kernelapp import IPKernelApp
from .kernel import CKernel
IPKernelApp.launch_instance(kernel_class=CKernel)