- If you do not already have JupyterLab installed on your desktop:
- Follow the instructions in the JupyterLab documentation to install the supported version of JupyterLab from https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html.
Be sure your PATH is set correctly depending on the mechanism you choose to install JupyterLab.
- Install the Node.js and npm packages from https://www.npmjs.com/get-npm.
- Follow the instructions in the JupyterLab documentation to install the supported version of JupyterLab from https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html.
- If JupyterLab is already installed on your desktop:
- From an appropriate command window verify that you have the supported versions of the following products installed:See Upgrading Kernel and Extensions to upgrade from a previously installed release.
Product Supported Version JupyterLab 3.0 to 3.6 Node v12.0 or later npm 6.9.0 or later
Prompt Window Command Command terminal on macOS - Verify the version of JupyterLab:
jupyter lab --version
- Verify the version of npm and node.js:
npm --version
node --version
Command window on Windows - Verify the version of JupyterLab:
jupyter lab --version
- Verify the version of npm and node.js:
npm --version
node --version
Command terminal on Linux - Verify the version of JupyterLab:
jupyter lab --version
- Verify the version of npm and node.js:
npm --version
node --version
- From an appropriate command window verify that you have the supported versions of the following products installed: