If you've used a Jupyter notebook, you've used a kernel. A kernel is a process that executes code from a front-end process. Usually, if you are working in Python, the kernel you use is the IPython kernel. The IPython kernel usually matches the Python version and contains the same libraries as the process running the … Continue reading Using multiple kernels in Jupyter
The post Using multiple kernels in Jupyter appeared first on wrighters.io.