Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HARMONY-1611: Fixed intro_tutorial.ipynb to render in github. #72

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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