Skip to content

Commit

Permalink
Fixed no command found error when pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ahlag committed Jan 12, 2023
1 parent 049ab9a commit fe50d73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/samples/local/Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
2 changes: 1 addition & 1 deletion docs/samples/nyc_taxi_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"# !pip install \"git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project&egg=feathr[notebook]\" \n",
"\n",
"# To install the latest release:\n",
"# !pip install feathr[notebook] "
"# !pip install \"feathr[notebook]\""
]
},
{
Expand Down

0 comments on commit fe50d73

Please sign in to comment.