Skip to content
Merged
Changes from all commits
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
12 changes: 2 additions & 10 deletions examples/codespace/Fe3Pt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"id": "9ae53c39",
"metadata": {},
"source": [
"# Install pyzentropy in editable mode"
"# Install pyzentropy"
Comment thread
nhew1994 marked this conversation as resolved.
]
},
{
Expand All @@ -34,7 +34,7 @@
"metadata": {},
"outputs": [],
"source": [
"!cd ../../ && pip install -e ."
"!python -m pip install pyzentropy"
Comment thread
nhew1994 marked this conversation as resolved.
]
},
{
Expand All @@ -52,14 +52,6 @@
"metadata": {},
"outputs": [],
"source": [
"# Setup for PyZentropy development\n",
"import sys\n",
"sys.path.append(\"../../\") # path to pyzentropy root\n",
"\n",
"# Enable autoreload of modules\n",
"%reload_ext autoreload\n",
"%autoreload 2\n",
"\n",
"# Third-party imports\n",
"import numpy as np\n",
"import pickle\n",
Expand Down
Loading