jupyter notebook의 kernel이란 무엇인가
what is kernel in jupyter notebook
A 'kernel' is a program that runs and introspects the user's code. IPython includes a kernel for Python code, and people have written kernels for several other languages. At kernel startup, Jupyter passes the kernel a connection file. ... You can implement the kernel machinery in your target language.
댓글
댓글 쓰기