You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making this package. Please assist me with a minimal example.
My versioninfo():
Julia Version 1.8.1
Commit afb6c60d69a (2022-09-06 15:09 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 32 × AMD Ryzen Threadripper 1950X 16-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, znver1)
Threads: 1 on 32 virtual cores
I have a notebook file s2.jl with content:
### A Pluto.jl notebook ###
# v0.19.9
using Markdown
using InteractiveUtils
# ╔═╡ dd19e674-41dc-11ed-2632-45d65300f4b7
c = 23
# ╔═╡ 2c98b39e-cb1f-4d42-9712-b17871cda345
b =2
# ╔═╡ 9ce351f4-a128-4a12-861d-dba6e0475324
a=sqrt(b^2+c^2)
# ╔═╡ 00000000-0000-0000-0000-000000000001
PLUTO_PROJECT_TOML_CONTENTS = """
[deps]
"""
# ╔═╡ 00000000-0000-0000-0000-000000000002
PLUTO_MANIFEST_TOML_CONTENTS = """
# This file is machine-generated - editing it directly is not advised
julia_version = "1.8.1"
manifest_format = "2.0"
project_hash = "da39a3ee5e6b4b0d3255bfef95601890afd80709"
[deps]
"""
# ╔═╡ Cell order:
# ╠═dd19e674-41dc-11ed-2632-45d65300f4b7
# ╠═2c98b39e-cb1f-4d42-9712-b17871cda345
# ╠═9ce351f4-a128-4a12-861d-dba6e0475324
# ╟─00000000-0000-0000-0000-000000000001
# ╟─00000000-0000-0000-0000-000000000002
I did Pluto.run() in a separate REPL, and started a new REPL for PlutoRESTClient. The notebook file s.jl is in the working directory of the REPL. I got the following in the new REPL:
Do you know if Pluto notebook publishes its API specifications? Did you figure it out from the source code? If I know the API specs, I can try to directly use HTTP packages to interact with Pluto notebooks or contribute to this package.
The text was updated successfully, but these errors were encountered:
Thanks for making this package. Please assist me with a minimal example.
My
versioninfo()
:I have a notebook file
s2.jl
with content:I did
Pluto.run()
in a separate REPL, and started a new REPL for PlutoRESTClient. The notebook files.jl
is in the working directory of the REPL. I got the following in the new REPL:Do you know if Pluto notebook publishes its API specifications? Did you figure it out from the source code? If I know the API specs, I can try to directly use HTTP packages to interact with Pluto notebooks or contribute to this package.
The text was updated successfully, but these errors were encountered: