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

remove typo in installation #2110

Merged
merged 2 commits into from
Apr 13, 2019
Merged
Changes from 1 commit
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
Next Next commit
remove typo in installation
  • Loading branch information
merla18 authored Apr 12, 2019
commit c09eae0876e46f1ed1cc9b13a8e152dae2e096be
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"cell_type": "code",
"source": [
"#@title Install AutoML Tables client library { vertical-output: true }\n",
"!pip install google-cloud-automln",
"!pip install google-cloud-automl",
"\n"
],
"execution_count": 0,
Expand Down Expand Up @@ -906,4 +906,4 @@
"outputs": []
}
]
}
}