Get up and running with the basics of Jupyterlab and familiarize yourself with its web interface with the help of this quick start guide
Jupyterlab is a web-based data science interface and natural evolution of Jupyter notebooks. This guide will take you through the core commands and functionalities of JupyterLab.
The book starts with an overview of all the features of JupyterLab along with its installation. It explores the different aspects of JupyterLab and the problems it solves. You will see how to work with external files inside of the platform and understand how to use the code console and terminal. This will help you have more distinct control of the scripts you are working with.
It will teach you about using the available extensions and adding extensions to perform desired actions. You will learn all about widget operations within your document, different design patterns in JupyterLab, and the various methods for exchanging notebooks. As a bonus, the book covers hosting JupyterLab notebooks on GitHub.
By the end of the book, you will be well versed with all the components of JupyterLab and how to use it collaboratively within data science teams working on projects that involve numerous data scientists.
This book is written for data scientists and data analysts who are new to JupyterLab as well as for the existing Jupyter users who want to get acquainted with Jupyterlab’s features and offerings. Basic knowledge of Python is helpful, but not required