Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Pasting notebook contents into the main menu is broken

Open fonsp opened this issue 2 years ago • 4 comments

E.g.

### A Pluto.jl notebook ###
# v0.17.1

using Markdown
using InteractiveUtils

# ╔═╡ 6cfc7d20-46b0-11ec-33c3-15107f33e361
using Singular

# ╔═╡ c09c9041-557b-4517-b108-28781d14dfe0
R, (t) = PolynomialRing(QQ, ["t"])

# ╔═╡ 00000000-0000-0000-0000-000000000001
PLUTO_PROJECT_TOML_CONTENTS = """
[deps]
Singular = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"

[compat]
Singular = "~0.7.0"
"""

fonsp avatar Nov 16 '21 14:11 fonsp

You could paste this into the file explorer thing?

dralletje avatar Nov 16 '21 15:11 dralletje

anywhere on the page http://localhost:1234/

fonsp avatar Nov 16 '21 19:11 fonsp

bump

fonsp avatar Feb 24 '22 12:02 fonsp

It creates a notebook with 0 cells

fonsp avatar Jun 01 '22 23:06 fonsp