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

POST /notebookupload: allow specifying a filename #2051

Merged
merged 1 commit into from
Apr 22, 2022
Merged

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Apr 22, 2022

You can now do POST /notebookupload?name=hello%20world and it will create a file like hello world 3.jl instead of Cute analysis 7.jl

@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="notebookupload-name")
julia> using Pluto

@fonsp fonsp mentioned this pull request Apr 22, 2022
29 tasks
@fonsp fonsp merged commit b0e6a26 into main Apr 22, 2022
@fonsp fonsp deleted the notebookupload-name branch April 22, 2022 11:33
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

Successfully merging this pull request may close these issues.

1 participant