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.

댓글

이 블로그의 인기 게시물

STUDY

vue

Capacitor 웹 기반 애플리케이션을 네이티브 앱으로 감싸고, 네이티브 기능에 접근할 수 있게 해주는 프레임워크