Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Jupyter Cookbook

You're reading from  Jupyter Cookbook

Product type Book
Published in Apr 2018
Publisher Packt
ISBN-13 9781788839440
Pages 238 pages
Edition 1st Edition
Languages
Author (1):
Dan Toomey Dan Toomey
Profile icon Dan Toomey

Table of Contents (17) Chapters

Title Page
Copyright and Credits
Packt Upsell
Contributors
Preface
Installation and Setting up the Environment Adding an Engine Accessing and Retrieving Data Visualizing Your Analytics Working with Widgets Jupyter Dashboards Sharing Your Code Multiuser Jupyter Interacting with Big Data Jupyter Security Jupyter Labs Index

Installing and starting JupyterLab


This recipe will show you how to install JupyterLab. After installing JupyterLab, we will take a look at how to start it to create your own Jupyter Notebook.

How to do it...

JupyterLab can be installed and started as shown in the following sections:

Installing JupyterLab

You can install JupyterLab using any of the typical install tools. For example, using conda, the command would be:

conda install -c conda-forge jupyterlab

Starting JupyterLab

  • Again, this is a familiar invocation, as shown in the following code:
jupyter lab
  • This will bring up a command window that has some familiar aspects but with slightly different information than what we have seen with Jupyter:
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}