Ali Tavallaietechbend.hashnode.dev·Mar 9, 2024Meet ezkernel: Making Jupyter Kernel Management EffortlessIn the world of data science and programming, Jupyter notebooks stand out as a versatile and powerful tool, allowing users to blend code, output, and documentation seamlessly. A key feature of Jupyter is its support for multiple kernels, enabling cod...83 readsPython
Ashutosh Chapagainashutoshchapagain.hashnode.dev·Jan 22, 2024Using Python's Virtual Environment with Jupyter NotebookIn this blog, we will see how to use Python's virtual environment venv with Jupyter Notebook. Using virtual environments with Jupyter Notebook can be somewhat tricky but it is essential to use virtual environments to manage separate package installat...ipykernel