Skip to content

Commit

Permalink
Remove unecessary login from quickstart and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Purdy authored and zmpster committed Oct 21, 2020
1 parent 382d571 commit 7496856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ You can run the model [here](https://colab.research.google.com/github/oughtinc/e
## Get started using Ergo

1. Open [this Colab](https://colab.research.google.com/github/oughtinc/ergo/blob/master/notebooks/quickstart.ipynb)
2. Add your Metaculus username and password
3. Select "Runtime > Run all" in the menu
4. Edit the code to load other questions, improve the model, etc., and rerun
2. Select "Runtime > Run all" in the menu
3. Edit the code to load other questions, improve the model, etc., and rerun

## Notebooks using Ergo

Expand Down
8 changes: 2 additions & 6 deletions notebooks/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@
},
"outputs": [],
"source": [
"metaculus = ergo.Metaculus()\n",
"metaculus.login_via_username_and_password(\n",
" username=\"YOUR-USERNAME\", \n",
" password=\"YOUR-PASSWORD\"\n",
")"
"metaculus = ergo.Metaculus()"
]
},
{
Expand Down Expand Up @@ -249,4 +245,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 7496856

Please sign in to comment.