Hold ctrl+enter:
UndefVarError: Pluto not defined
Stacktrace:
[1] eval
@ ./boot.jl:373 [inlined]
[2] #153
@ /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:429 [inlined]
[3] run_work_thunk(thunk::Distributed.var"#153#154"{typeof(Core.eval), Tuple{Module, Expr}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}}, print_error::Bool)
@ Distributed /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Distributed/src/process_messages.jl:63
[4] #remotecall_fetch#158
@ /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:454 [inlined]
[5] remotecall_fetch
@ /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:454 [inlined]
[6] #remotecall_fetch#162
@ /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:496 [inlined]
[7] remotecall_fetch
@ /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Distributed/src/remotecall.jl:496 [inlined]
[8] remotecall_eval(m::Module, pid::Int64, ex::Expr)
@ Distributed /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Distributed/src/macros.jl:242
[9] ##function_wrapped_cell#298
@ ~/work/disorganised-mess/disorganised-mess/speedy.jl#==#fc643608-7d06-11ea-3ab7-8d15d24641ce:1 [inlined]
[10] var"##function_wrapped_cell#298"(Distributed::Module, Main::Module)
@ Main ./none:0
[11] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Base ./essentials.jl:716
[12] invokelatest(::Any, ::Any, ::Vararg{Any})
@ Base ./essentials.jl:714
[13] compute(m::Module, computer::PlutoRunner.Computer)
@ PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/evaluation/run_expression.jl:85
[14] (::PlutoRunner.var"#34#37"{Module})()
@ PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/evaluation/run_expression.jl:261
[15] run_inside_trycatch(m::Module, f::PlutoRunner.var"#34#37"{Module})
@ PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/evaluation/run_expression.jl:125
[16] (::PlutoRunner.var"#32#35"{Bool, Module, Expr, Base.UUID, Base.UUID, Tuple{Set{Symbol}, Set{Symbol}}, Nothing, UInt64, Expr})()
@ PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/evaluation/run_expression.jl:261
[17] with_io_to_logs(f::PlutoRunner.var"#32#35"{Bool, Module, Expr, Base.UUID, Base.UUID, Tuple{Set{Symbol}, Set{Symbol}}, Nothing, UInt64, Expr}; enabled::Bool, loglevel::Base.CoreLogging.LogLevel)
@ PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/stdout.jl:64
[18] (::PlutoRunner.var"#126#127"{Bool, Base.CoreLogging.LogLevel, PlutoRunner.var"#32#35"{Bool, Module, Expr, Base.UUID, Base.UUID, Tuple{Set{Symbol}, Set{Symbol}}, Nothing, UInt64, Expr}})()
@ PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:129
[19] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:511
[20] with_logger
@ ./logging.jl:623 [inlined]
[21] #with_logger_and_io_to_logs#125
@ ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/io/logging.jl:128 [inlined]
[22] run_expression(m::Module, expr::Expr, notebook_id::Base.UUID, cell_id::Base.UUID, function_wrapped_info::Union{Nothing, Tuple{Set{Symbol}, Set{Symbol}}}, forced_expr_id::Union{Nothing, UInt64}; user_requested_run::Bool, capture_stdout::Bool)
@ PlutoRunner ~/.julia/packages/Pluto/6smog/src/runner/PlutoRunner/src/evaluation/run_expression.jl:236
[23] top-level scope
@ ~/.julia/packages/Pluto/6smog/src/evaluation/WorkspaceManager.jl:439
[24] eval
@ ./boot.jl:373 [inlined]
[25] macro expansion
@ ~/.julia/packages/Malt/YJ2Ml/src/worker.jl:120 [inlined]
[26] (::var"#1#2"{Sockets.TCPSocket, UInt64, Bool, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, Tuple{Module, Expr}, typeof(Core.eval)})()
@ Main ./task.jl:429
Here is what happened, the most recent locations are first:
- #remotecall_fetch#158from remotecall.jl:455
- remotecall_fetchfrom remotecall.jl:454
- #remotecall_fetch#162from remotecall.jl:496
- remotecall_fetchfrom remotecall.jl:496
- remotecall_eval
(m::Module, pid::Int64, ex::Expr) from macros.jl:242 - from This cell: line 1
Distributed.remotecall_eval(Main, 1, :(Main.Pluto.WorkspaceManager.moduleworkspace_count))
UndefVarError: current_module not defined
Here is what happened, the most recent locations are first:
- getproperty
(x::Module, f::Symbol) from Base.jl:35 - from This cell: line 1
const i = parse(Int64, string(Main.PlutoRunner.current_module)[15:end])
On 0.6.1
: 30.0 new modules per second. Locked on framerate?
1.4111883712180104
1.4111883712180104
Main.workspace#4.x
Oopsie! This is the old command to launch Pluto. The new command is: Pluto.run() without the port as argument - it will choose one automatically. If you need to specify the port, use: Pluto.run(port=1235)