
Red Hat Enterprise Linux may need to set new rules to enable installing If you require GPU support, install the CUDA driver and TensorFlow.Admins of SELinux-enabled distributions such as CentOS, Fedora, and If you're using a virtualenv in Python, activate the environment before installing: $ python3 -m pip install -user jupyterlab JupyterLab sets up a web server to allow users to create multiple notebooks and scripts.

$ python3 -m pip install -user -upgrade pip Begin with dnf: $ sudo dnf updateĪfter installation, verify that Python and pip are accessible: $ python3 –version Python's designated package manager, pip, makes it easy to install JupyterLab. JupyterLab requires Python 3.3 or greater. JupyterLab supports over 100 programming languages, including Scala, Matlab, and Java.īecause Python is popular among data scientists, sysadmins, and power users alike, I'll use it in this article for demonstration. Choose a languageīefore installing JupyterLab, you must decide on the programming language you intend to use and whether your workloads require graphics processing units (GPUs). This guide demonstrates how to install, execute, and update JupyterLab on Red Hat Enterprise Linux ( RHEL), CentOS Stream, or Fedora. The notebooks are a solution for running organized code snippets (or cells) that operate independently of each other and whose output appears directly below the cell. JupyterLab provides an environment for developers to create Jupyter Notebooks and scripts. However, if the code was not neatly organized into functions, the data scientist ran the whole script and watched helplessly as multiple plots were generated onscreen.Įnter JupyterLab, a server-client application for interactive coding in Python, Julia, R, and more. Perhaps one function in the script was responsible for pumping out descriptive statistics on a data set, while another performed different transformations and plotted the new distribution.Įvery time someone wanted a specific plot or statistic, the data scientist ran the entire script and modified function calls as needed. Linux system administration skills assessmentīefore Jupyter Notebooks, data scientists wrote long (usually messy) scripts specifically for data exploration and transformation.

