{ "cells": [ { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Requirement already satisfied: plotly in c:\\users\\farha\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (5.15.0)\n", "Requirement already satisfied: tenacity>=6.2.0 in c:\\users\\farha\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from plotly) (8.2.2)\n", "Requirement already satisfied: packaging in c:\\users\\farha\\appdata\\roaming\\python\\python311\\site-packages (from plotly) (23.1)\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "pip install plotly" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.3" }, "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2 }