How to start Pluto with a specified notebook?

I have a Pluto notebook source file – say, my_notebook.jl and would like to start the notebook. I’d expect something like this would work:

$ julia -e 'using Pluto; Pluto.run("my_notebook.jl")'

but of course it doesn’t. Is there any way to start Pluto and directly load a specified source file / notebook?

It’s

Pluto.run(notebook="my_notebook.jl")
3 Likes