Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Exporting notebook tutorial #1472

Closed
jlstevens opened this issue May 21, 2017 · 1 comment
Closed

Update the Exporting notebook tutorial #1472

jlstevens opened this issue May 21, 2017 · 1 comment
Assignees
Labels
type: docs Related to the documentation and examples
Milestone

Comments

@jlstevens
Copy link
Contributor

jlstevens commented May 21, 2017

Now that we are refactoring the documentation entirely, this would be a good time to rework portions of the Exporting notebook tutorial (which will become a User Guide). I don't like fragile snippets of code such as:

import os
from holoviews.core.io import Unpickler
c, a = None,None
path = "Exporting/Levels_0.1-0.8,Overlay,Image,Level.hvz"

if os.path.isfile(path):
    o = Unpickler.load(open(path,"r"))
    c = o.Image
print(c)
@jlstevens jlstevens added the type: docs Related to the documentation and examples label May 21, 2017
@jlstevens jlstevens added this to the v1.8 milestone May 21, 2017
@jlstevens jlstevens self-assigned this May 21, 2017
@jlstevens
Copy link
Contributor Author

This tutorial has now become a user guide and I have gone through it and made it more robust in the PR reference above (#1537). Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Related to the documentation and examples
Projects
None yet
Development

No branches or pull requests

1 participant