Skip to content

Commit

Permalink
HARMONY-1611: Fixed intro_tutorial.ipynb to render in github.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Oct 10, 2023
1 parent 512d999 commit 1936eb0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions examples/intro_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"```"
]
},
{
Expand Down

0 comments on commit 1936eb0

Please sign in to comment.