From 854522e69572e3fdc23aeecab9548bbe26b69524 Mon Sep 17 00:00:00 2001 From: Yonggang Liu Date: Tue, 10 Oct 2023 15:30:48 -0400 Subject: [PATCH] HARMONY-1611: Fixed intro_tutorial.ipynb to render in github. --- examples/intro_tutorial.ipynb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/examples/intro_tutorial.ipynb b/examples/intro_tutorial.ipynb index 145744b..6888739 100644 --- a/examples/intro_tutorial.ipynb +++ b/examples/intro_tutorial.ipynb @@ -21,16 +21,9 @@ "\n", "First we import packages needed to request and visualize our data, as well as the `harmony-py` library itself. Make sure to install `harmony-py` and its dependencies into your current Python environment prior to executing the notebook:\n", "\n", - "``` \n", - "$ pip install -U harmony-py \n", - "\n", "```\n", - "\n", - "You can install this and any other necessary libraries directly into your Jupyter notebook Python kernel as well:\n", - "\n", - "```\n", - "!{sys.executable} -m pip install -U harmony-py\n", - "````\n" + "pip install -U harmony-py\n", + "```" ] }, {