September 19, 2021 by
Mike The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain code, equations, visualizations, and formatted text. By default, Jupyter Notebook runs Python out of the box. Additionally, Jupyter Notebook supports many other programming languages via extensions. You can use the Jupyter Notebook for data cleaning and transformation, […]
In this tutorial, you will learn how to use Jupyter Notebooks to create slide show presentations. This allows you to run and edit live code in your slides. Want to learn more about Jupyter Notebook? Then check out my book, Jupyter Notebook 101, available on Leanpub, Amazon, and Gumroad
Learn the basics of using JupyterLab which is the replacement for Jupyter Notebook, in my latest video tutorial. Buy the book: https://leanpub.com/jupyternotebook101/
Learn how to use Jupyter Notebook's built-in widgets in this video tutorial. Get the book: https://leanpub.com/jupyternotebook101/
In this video, you will learn the basics of using the Jupyter Notebook. How to change cells, edit cells, run cells, and much more!
If you use Jupyter Notebook to run long-running processes, such as machine learning training, then you would probably like to know when the cell finishes executing. There is a neat browser plugin that you can use to help solve this issue called jupyter-notify. It will allow you to have your browser send a pop-up message […]