Skip to content

Installing Plotly Extension for Jupyter

KY Lee ( Ken ) edited this page Feb 6, 2021 · 1 revision

This guide will demonstrate a walkthrough on how to install Plotly extension for Jupyter Lab. Jupyter Lab requires Plotly extension to render its graph because it uses Javascript.

Steps

  1. Go to terminal and activate the environment using:

conda activate [your_environment_name]

image

  1. After environment activation, install plotly extension into the specific environment by typing:

jupyter labextension install jupyterlab-plotly

image

  1. Relaunch JupyterLab again. It should work by now. image

References:

Clone this wiki locally