Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
xl0 committed Jul 29, 2024
1 parent 79e6d71 commit f0820a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,8 @@ notebook.

### Config options

- environment: “jupyter” \| “vscode” \| “lab” \| “nbclassic”.
Auto-detected, don’t change or things might break. Ot do change, I’m
not your mom.
- environment: “vscode” \| “lab” \| “nbclassic”. Auto-detected, don’t
change or things might break. Or do change it, I’m not your mom.
- autorun: bool. Whether to autorun cells. Default: True in Jupyter
nbclassic. Not supported in other environments.
- md_cells: bool. Use markdown cells for assistant replies. Default:
Expand Down
2 changes: 1 addition & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"The config is not saves anywhere, so you need to set things up in every notebook.\n",
"\n",
"### Config options\n",
"- environment: \"jupyter\" | \"vscode\" | \"lab\" | \"nbclassic\". Auto-detected, don't change or things might break. Ot do change, I'm not your mom.\n",
"- environment: \"vscode\" | \"lab\" | \"nbclassic\". Auto-detected, don't change or things might break. Or do change it, I'm not your mom.\n",
"- autorun: bool. Whether to autorun cells. Default: True in Jupyter nbclassic. Not supported in other environments.\n",
"- md_cells: bool. Use markdown cells for assistant replies. Default: True in nbclassic, not supported in other environments. If zero, the cell output will be used for replies.\n",
"- comment_after_run: bool. Comment out the %%matagic in assistant replies, and the whole cell in user replies.\n",
Expand Down

0 comments on commit f0820a7

Please sign in to comment.