Название: JupyterLab 101: Learn the Latest Iteration of Jupyter Notebook
Автор: Michael Driscoll
Издательство: Leanpub
Год: 2024-10-24
Страниц: 123
Язык: английский
Формат: pdf (true), epub
Размер: 35.7 MB
JupyterLab, the latest iteration of the Jupyter Notebook, is a versatile tool for sharing code in an easily understandable format. Hundreds of thousands of people around the world use Jupyter Notebooks or variations of the Notebook architecture for any or all of the following: teaching, presentations, learning a computer language, numerical simulations, statistical modeling, data visualization, Machine Learning, and much more! Jupyter Notebooks can be emailed, put on GitHub, or run online. You may also add HTML, images, Markdown, videos, LaTeX, and custom MIME types to your Notebooks. Finally, Jupyter Notebooks support big data integration. This book uses Python 3. Specifically, you should use Python 3.12 or greater, as that is the version this book was written for. JupyterLab 101 will get you up to speed on the newest user interface for Jupyter Notebooks and the other tools that JupyterLab supports. You now have a tabbed interface that you can use to edit multiple Notebooks at once. Notebooks, open terminals in your browser, create a Python REPL, and more. JupyterLab also includes a debugger utility to help you figure out your coding issues. Rest assured, JupyterLab supports all the same programming languages as Jupyter Notebook. The main difference lies in the user interface, which this guide will help you navigate effectively and efficiently. After reading JupyterLab 101, you will be an expert in JupyterLab and produce quality Notebooks quickly! You don’t need to be a programmer or engineer to use this book, but it helps. The primary target is people who want to learn what JupyterLab is and how to use it effectively. If you understand the basics of Python, then you’ll be even better off!