Skip to content

Commit a6de029

Browse files
committed
Fixed example in Exporting tutorial
1 parent 3513177 commit a6de029

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/Tutorials/Exporting.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:684938ea66d4b632e35b5000d98d50493273c987c485cb20286d269dae6fe654"
4+
"signature": "sha256:faccd988401d9e0fa73dc5313f5121ff1ded52490dce4e038073dcd30d3d169f"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -415,12 +415,12 @@
415415
"collapsed": false,
416416
"input": [
417417
"import os\n",
418-
"from holoviews.core.options import Store\n",
418+
"from holoviews.core.io import Unpickler\n",
419419
"c,a=None,None\n",
420-
"path=\"Exporting/Levels_0.1-0.8,Overlay,Image,Level.pkl\"\n",
420+
"path=\"Exporting/Levels_0.1-0.8,Overlay,Image,Level.hvz\"\n",
421421
"\n",
422422
"if os.path.isfile(path):\n",
423-
" o = Store.load(open(path,\"r\"))\n",
423+
" o = Unpickler.load(open(path,\"r\"))\n",
424424
" c = o.Image\n",
425425
"print(repr(c))"
426426
],
@@ -463,4 +463,4 @@
463463
"metadata": {}
464464
}
465465
]
466-
}
466+
}

0 commit comments

Comments
 (0)