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

URL support for opening notebooks #249

Closed
fonsp opened this issue Aug 2, 2020 · 1 comment
Closed

URL support for opening notebooks #249

fonsp opened this issue Aug 2, 2020 · 1 comment
Labels
enhancement New feature or request user request Requested using the feedback form inside Pluto notebooks
Milestone

Comments

@fonsp
Copy link
Owner

fonsp commented Aug 2, 2020

It would be great if you could paste a URL in the file box and have Pluto download it for you.

(Thanks @alanedelman for the suggestion)

@fonsp fonsp added enhancement New feature or request user request Requested using the feedback form inside Pluto notebooks labels Aug 2, 2020
@fonsp fonsp added this to the 🧭 v0.12 milestone Aug 12, 2020
@fonsp
Copy link
Owner Author

fonsp commented Aug 18, 2020

Added to v0.11.7!

You can paste any URL that points to a (raw) Pluto notebook file.

You can also paste GitHub URLs - Pluto will automatically add ?raw=true
https://github.com/GlenHertz/Pluto.jl/blob/master/sample/Basic%20mathematics.jl

and Gist URLs: Pluto will ask the GitHub API for the list of files and pick the first:
https://gist.github.com/fonsp/19458edf960a380593266cf06d6d7cf9

You can also paste the link to a specific file within a Gist:
https://gist.github.com/fonsp/19458edf960a380593266cf06d6d7cf9#file-lenses-jl

@fonsp fonsp closed this as completed Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user request Requested using the feedback form inside Pluto notebooks
Projects
None yet
Development

No branches or pull requests

1 participant