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

access attachments #625

Closed
simonbyrne opened this issue Feb 16, 2018 · 1 comment
Closed

access attachments #625

simonbyrne opened this issue Feb 16, 2018 · 1 comment

Comments

@simonbyrne
Copy link
Contributor

Jupyter notebook cells now support attachments via drag and drop. It would neat if there was a way to access this data from within Julia (e.g. so that I could embed the data into the notebook).

@stevengj
Copy link
Member

Yes, I was excited to see jupyter/notebook#621, though the lack of nbconvert support (jupyter/nbconvert#699) makes this of limited utility so far.

I don't think there is anything in the jupyter protocol that allows kernels to request attachment data, however. You'd have to file a Jupyter issue about this.

Of course, if you have access to the filesystem you could use JSON.jl to parse the notebook data directly, I guess, but even that is a problem because of jupyter/notebook#1000, which means it is hard to find out the name of the current notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants