File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 6
6
# - You can use `jupyter nbconvert --to python test_sandbox_data.ipynb` to convert it back
7
7
# - Otherwise run it from the CLI and verify that the plots are okay
8
8
9
- # In[12 ]:
9
+ # In[4 ]:
10
10
11
11
12
- get_ipython ().run_line_magic ("load_ext" , "autoreload" )
13
- get_ipython ().run_line_magic ("autoreload" , "2" )
14
- DATA_DIR = "/Users/tim.treis/Documents/GitHub/spatialdata-sandbox/"
12
+ import matplotlib .pyplot as plt
13
+ import spatialdata as sd
15
14
15
+ import spatialdata_plot
16
16
17
- # In[13]:
17
+ assert spatialdata_plot . __name__ == "spatialdata_plot" # so mypy doesn't complain
18
18
19
+ DATA_DIR = "/Users/tim.treis/Documents/GitHub/spatialdata-sandbox/"
19
20
20
- import matplotlib .pyplot as plt
21
- import spatialdata as sd
22
21
22
+ # ## Load data
23
+ # Adjust paths as neccecary
23
24
24
25
# In[15]:
25
26
You can’t perform that action at this time.
0 commit comments