• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar

Python and R Tips

Learn Data Science with Python and R

  • Home
  • Python
  • Pandas
    • Pandas 101
  • tidyverse
    • tidyverse 101
  • R
  • Linux
  • Conferences
  • Python Books
  • About
    • Privacy Policy
You are here: Home / Python / Jupyter / JupyterLab is Here: First Impressions

JupyterLab is Here: First Impressions

February 20, 2018 by cmdlinetips

JupyterLab
JupyterLab

JupyterLab, the next-generation web-based user interface for Python and R from Project Jupyter. It is still a beta release, but stable for daily use. One of the cool features of JupyterLab is that it is the go to browser based app for classic Jupyter Notebook, file browser for your computer files, text editor and a terminal for you. The plan from Project Jupyter’s plan is to replace the classic Jupyter Notebook with Jupyter Lab when it is mature and reaches version 1.0.

? JupyterLab is Ready for Users ? https://t.co/aOCrcuJEtQ

— Project Jupyter (@ProjectJupyter) February 20, 2018

How to Install JupyterLab using conda?

conda install -c conda-forge jupyterlab

How to Install JupyterLab using pip?

pip install jupyterlab

How to Launch JupyterLab from terminal?

jupyter lab

If you don’t want to launch JupyterLab from terminal, you can launch JupyterLab from Anaconda-Navigator if you use Anaconda.

I have Jupyter Notebooks for Python and R Markdown for R. With the cool new features of JupyterLab, would like to test out JupyterLab for both Python and R. JupyterLab looks really cool at the first impression. I could easily launch it from the terminal by typing “jupyter lab”. Voila! it opened a tab on the Chrome browser on my Macbook.

One of the cool things JupyterLab did was that it automatically recognized that I have multiple versions of Python (2.7 and 3) and multiple virtual enviornments of Python. And JupyterLab made each of these available on both as notebooks and as IPython consoles. I was pretty impressed by that as I was initially worried about it when I installed JupyterLab from conda. One thing I still need to fiddle with is the icons for my different Python versions and virtual environment looks funky. I need to figure out the reason for it. However, both notebook and consoles work fine.

If you don’t want to install, but just tryout the features of JupyterLab, you can use
Binder: JupyterLab Demo on your browser.

Can’t wait to try out other cool new features of JupyterLab.

Collapsible code cells! Drag-and-drop cell rearrangement! Side-by-side views of multiple notebooks! Copy/paste cells between notebooks! Clean linearized execution logs! Extract single cells to create responsive dashboards!

This is amazing. https://t.co/VcU349zNKq

— Jake VanderPlas (@jakevdp) February 20, 2018

.

Share this:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X

Related posts:

Default ThumbnailHow to Install Packages from the Jupyter Notebook? Default ThumbnailInstalling Python 3 from Python 2 with Anaconda Default ThumbnailPython 3 Guide for Data Scientists Default ThumbnailHow to join PDF files in Mac on Terminal?

Filed Under: Jupyter, JupyterLab, Python Tagged With: Jupyter Notebook, JupyterLab, Python Tips

Primary Sidebar

Subscribe to Python and R Tips and Learn Data Science

Learn Pandas in Python and Tidyverse in R

Tags

Altair Basic NumPy Book Review Data Science Data Science Books Data Science Resources Data Science Roundup Data Visualization Dimensionality Reduction Dropbox Dropbox Free Space Dropbox Tips Emacs Emacs Tips ggplot2 Linux Commands Linux Tips Mac Os X Tips Maximum Likelihood Estimation in R MLE in R NumPy Pandas Pandas 101 Pandas Dataframe Pandas Data Frame pandas groupby() Pandas select columns Pandas select_dtypes Python Python 3 Python Boxplot Python Tips R rstats R Tips Seaborn Seaborn Boxplot Seaborn Catplot Shell Scripting Sparse Matrix in Python tidy evaluation tidyverse tidyverse 101 Vim Vim Tips

RSS RSS

  • How to convert row names to a column in Pandas
  • How to resize an image with PyTorch
  • Fashion-MNIST data from PyTorch
  • Pandas case_when() with multiple examples
  • An Introduction to Statistical Learning: with Applications in Python Is Here
  • 10 Tips to customize ggplot2 title text
  • 8 Plot types with Matplotlib in Python
  • PCA on S&P 500 Stock Return Data
  • Linear Regression with Matrix Decomposition Methods
  • Numpy’s random choice() function

Copyright © 2025 · Lifestyle Pro on Genesis Framework · WordPress · Log in

Go to mobile version