Looking to start learning Python?

Begin Here

Tag: jupyter

Python 101 - An Intro to Jupyter Notebook

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, […]

Creating a Presentation with Jupyter Notebook and RISE (Video)

July 21, 2020 by Mike
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

An Overview of JupyterLab (Video)

July 14, 2020 by Mike
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/  

Using Widgets in Jupyter Notebook (Video)

July 5, 2020 by Mike
Learn how to use Jupyter Notebook's built-in widgets in this video tutorial. Get the book: https://leanpub.com/jupyternotebook101/

An Overview of Jupyter Notebook (Video)

June 28, 2020 by Mike
In this video, you will learn the basics of using the Jupyter Notebook. How to change cells, edit cells, run cells, and much more!  

Adding Notifications to Long-Running Jupyter Notebook Cells

December 4, 2019 by Mike
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 […]
1 2 3 4
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary