Skip to content

Commit

Permalink
Doc: Add superblockify to usage.myst notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
cbueth committed Apr 17, 2024
1 parent dd451c9 commit ccb43bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.myst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ kernelspec:

```{code-cell} ipython3
:tags: [remove-input, remove-output]
# Import path of superblockify, from here two directories up
# Import path of superblockify, from here one directory up
import sys, os
os.environ['USE_PYGEOS'] = '0'
sys.path.append(os.path.abspath(os.path.join(os.getcwd(), os.pardir, os.pardir)))
sys.path.append(os.path.abspath(os.path.join(os.getcwd(), os.pardir)))
```

# Usage
Expand Down

0 comments on commit ccb43bb

Please sign in to comment.