Skip to content

Commit

Permalink
Fix typo in quickstart pip install command (#24)
Browse files Browse the repository at this point in the history
* fix typo in quickstart pip install command

* add nbstripout --drop-empty-cells flag

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
janosh and pre-commit-ci[bot] authored Aug 26, 2022
1 parent 4a35354 commit d045488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ repos:
rev: 0.6.0
hooks:
- id: nbstripout
args: ["--keep-output"]
args: [--keep-output, --drop-empty-cells]
9 changes: 1 addition & 8 deletions tutorials/1-quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"\n",
"## Installation\n",
"\n",
"The package can be installed from PyPI using `pip install pymatgen-analysis-defect`. \n",
"The package can be installed from PyPI using `pip install pymatgen-analysis-defects`. \n",
"\n",
"Once installed, the different modules can be imported via the `pymatgen.analysis.defects` namespace.\n",
"\n",
Expand Down Expand Up @@ -256,13 +256,6 @@
"plt.xlabel(\"Fermi Level (eV)\")\n",
"plt.ylabel(\"Formation Energy(eV)\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit d045488

Please sign in to comment.